I am trying to create full-width banners to break up my page content into parts, problem is I can’t seem to eliminate the left and right margins that are causing the banner to stop before it reaches the background. I’d like the banners to span the width of the entire white space shown in the screenshot.
The overall theme setting is Narrow & No Sidebar, while the page itself is designated No sidebar, Full width.
I’ve tried messing with margins and such, but all I have in my custom CSS right now is .banner1 {background-color: rgba(255,0,0,.3);}
and then the page:
This page will contain basic contact info along with a contact form.
<div class="banner1">This is a banner</div>
Next set of content goes here
<div class="banner1">This is another banner</div>
Third set of content goes here
To reduce the padding around the menu Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#access a {
height: 30px;
padding: 0;
}
#access ul li ul {
top: 32px;
}
.search-toggle {
margin-top: 1px;
}
#search-box {
top: 30px;
}
To entire top section of the page Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
To reducing the white space above the main jpeg and the area just below the menu Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
Sorry for late reply.
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
To change the appearance style of the promo box as you said Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button: