Homepage › Community Forums › Optimal Theme Support › section to full width › Reply To: section to full width
You’re almost there. You just need to add a div under the “home-bottom-message” div in your home.php file. Maybe you can call it “home-bottom-message-wrap”. Then style “home-bottom-message-wrap” with margin: 0 auto; width: 960px;
So look for this in home.php and add the “home-bottom-message-wrap” next to “home-bottom-message” like this –
echo '<div class="home-bottom-message"><div class="home-bottom-message-wrap">';
then look for the closing tag (which should already be there) and add the “home-bottom-message-wrap” next to it like this –
echo '</div><!-- end .home-bottom-message --></div><!-- end .home-bottom-message-wrap -->';
Does your Site need a Fresh New look? Need help with some customizations? Whether it's a Large or Small Project, we can help! Check out some of the products and services we offer and make sure to Contact Us to see how we can assist!