How do I remove padding from the sides of the banner I created? Website is http://www.1stopnonprofitshop.com/about-us/. Also, if I want the banner to touch the border on the left and right sides...how long would it have to be? See first image. Also, how do I change the color of the top banner and the navigation bar? See second image.
Hi, Greetings from InkThemes, To remove the logo, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .aligncenter { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px !important; width: 100%; } .header { background: #437d96; } .menu_bar { background: #71b5d2; border-bottom: 5px solid #06638C; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com
I put in that code and it didn't quite take up the whole space. I also want a larger margin where the text is...just want the banner to take up the whole width. Also, if the banner is taking up the whole width, how many px do I want to make the banner across if I'm redoing it?
Hi, Greetings from InkThemes, To make the banner to fullwidth, just paste the code given below in the Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .aligncenter { margin: 0px 0px 0px -20px; padding: 0px 0px 0px 0px !important; width: 102%; } Thanks & Regards! Akbar InkThemes.com