Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #132986
    mventres
    Participant

    On our blog page the posts show up vertically. Is there a way to have them be horizontal?

    http://casha.com/NewSite/our-blog/

    #133041
    Skandha
    Participant

    @mventres: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #main article {
    	width:100%;
    }
    
    .featured-image img {
    	width:40% !important;
    	height:40% !important;
    	float:left;
    	margin-right:20px;
    }
    .button-minimal {
    	float:right;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Posts’ is closed to new replies.