Over-extended front page
-
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]
- The topic ‘Over-extended front page’ is closed to new replies.