• Resolved fatfighter

    (@fatfighter)


    Hi there,

    I saw a question in the forum about aligning the post images side by side, and that it has to do with the CSS. Is that the same problem with my site? What do I need to do to get the posts to display horizontally instead of vertically? And can I display three posts side by side per row?

    http://ichoosebeauty.org/

    Thank you very much!

    Sahar

    • This topic was modified 8 years, 2 months ago by fatfighter.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nick Diego

    (@ndiego)

    Hi Sahar,

    This is all done via your theme’s styles. The plugin itself does not have display settings. That said, the following should get you started. You will likely need to adjust with media queries for smaller screen sizes.

    .home-top .featured-content {
    	width: 33.33%;
    	padding: 10px;
    	clear: none;
    	float: left
    }

    I hope this helps!

    Nick

    Thread Starter fatfighter

    (@fatfighter)

    Hi Nick,

    Thank you so much for getting back to me so quickly. I didn’t realize the display was controlled by my theme’s styles…

    Thanks again!

    Sahar

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images displaying vertically instead of horizontally’ is closed to new replies.