• Resolved dailydotssk

    (@dailydotssk)


    Hi!

    Is there any way that I can show my posts in one column instead of two on the front page?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @dailydotssk,

    Hope you are having a great day and thanks for contacting us!

    Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:

    .blog-feed-posts .col-md-6 {
        width: 100%;
    }

    ​Try it and let me know how it worked.
    Kind regards,
    Diego

    Thread Starter dailydotssk

    (@dailydotssk)

    Thanks, that worked perfectly!

    You’re welcome! Glad to help.
    Please, let me know if you need any further assistance.
    Kind regards,
    Diego

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘One column instead of two on front page’ is closed to new replies.