Banner Issue

Discussion in 'Local Business WordPress Theme' started by 1stopnonprofitshop43534, Oct 8, 2018.

  1. 1stopnonprofitshop43534

    1stopnonprofitshop43534 New Member

    Joined:
    Jul 18, 2014
    Messages:
    7
    Likes Received:
    0
    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.
     

    Attached Files:

  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    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
     
  3. 1stopnonprofitshop43534

    1stopnonprofitshop43534 New Member

    Joined:
    Jul 18, 2014
    Messages:
    7
    Likes Received:
    0
    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?
     

    Attached Files:

  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    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
     

Share This Page