• Resolved francynesoares

    (@francynesoares)


    Hello,

    I need your help, I install Goran Theme (blog.eccopass.com) but i like to use my recent posts in grid home page, but this appear in vertical, I would like to use as the model goran theme, side by side recent posts, not in vertical. So, I don’t like to use first child, second.. i like all this sessions are recent posts blog, side by side, was it possible?
    In order not to interfere in responsiveness the theme.

    Please, help me!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sarah Blackstock

    (@sarahblackstock)

    Hi there! If you keep your Blog page set as the page under “Front Page: Featured Page One” and then add the following CSS your posts will display horizontally there:

    .featured-page article {
    	float: left;
    	margin-right: 20px;
    	width: 314px;
    }
    
    .featured-page {
    	width: 100%;
    }

    You may need to adjust the numbers there to get the spacing just as you want it.

    When adding CSS, don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated to the latest version.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    (As alternatives, you could either install a standalone custom CSS plugin, or create a child theme..)

    Let me know if you have any questions! 🙂

    (Props to Kathryn for the help with this! 😀 )

    Thread Starter francynesoares

    (@francynesoares)

    OMG Sarah! Thank you very much, you are amazing! This really resolve my problem.

    Thank you very much!

    Great week for you!

    Sarah Blackstock

    (@sarahblackstock)

    Great! You’re welcome. Glad it worked and thanks! 😀

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Recent Posts in Horizontal’ is closed to new replies.