• In an attempt to change the display layout/format of the posts on the front page, I tried to remove the side bar to get 3 posts in a row. However, I somehow ruined the appearance of the front page and the images are now extending beyond the page. I am not sure how to change it back.

    My Additional CSS contains the following:
    `.home .blog-feed-posts .entry-summary {
    display: none;
    }
    .footer-widgets,
    .footer-widgets .widget-title {
    text-align: center;
    }
    .img-responsive.wp-post-image {
    margin: 0 auto;
    }
    ul.credit { display: none; }
    .frontpage-featured-posts .entry-summary {
    display: none;
    }
    .woocommerce-page .main-column.col-md-8 {
    width: 100%;
    }
    .woocommerce-page .sidebar.sidebar-column.col-md-4 {
    display: none;
    }

    I need help fixing the appearance of the front page, as well as having three posts in a row instead of 2 small, one big.

    Thank you!

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

Viewing 1 replies (of 1 total)
  • Hi heartyventures.

    Thank you for contacting us and for using our theme, we appreciate it.

    By looking at your CSS I couldn’t see any part that would cause what you have on your website. Then I’ve tried applying it on my local install of Kale and the layout didn’t get broken.
    So I suppose that the reason lies somewhere else. After all, you can test that yourself if you remove that code from the Additional CSS section.

    Also, you’ll not be able to make it three in a row even after removing the sidebar, without changing theme files.
    We do have that option in our Kale Pro (there will be three posts in a row if you disable the sidebar in the customizer), but not in the free version.

    If you have any additional questions, feel free to ask.

    Kind regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Over-extended front page’ is closed to new replies.