Dear support team,
I am using your be theme main demo. I like this a lot for a base.
I have two questions
1.
The main content ist not aligned with logo/menu and the footer. The main content seems to be about 26-28 px wider to each side.
so I either need the main content area more narrow - or I need the header/footer 28 px wider right and left.
2.
How can I change the hover-color box, so there is no space/no padding between them (touching each other).
Please take a look here:
Thank you very much for your help!
Comments
#Top_bar .container {
2. Use this CSSwidth:100% !important;
}
.home .box-header-home .one-third {margin-right:0 !important;
margin-left:0 !important;
width:33.3% !important;
}