Reply To: section to full width

Homepage Community Forums Optimal Theme Support section to full width Reply To: section to full width

#487
Wes
Moderator

    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 -->';