Widening Header Image/Navigation Bar

Discussion in 'ColorWay WordPress Theme' started by 1stopnonprofitshop, May 4, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    I wanted to see if I can widen the navigation bar and header image so it extends to the full width of the inside box. (Attaching an image, with lines showing where I want it to extend to). Also, once this is completed (if possible), can I change the color of the header portion to white or another color, just to break up the blue on the website?
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header .menu-bar {
        width: 100%;
        margin-left: 0px;
    }
    .sl-slider-wrapper {
        width: 100%;
        margin-left: 0 !important;
        height: auto; 
    }
    .bg-img img {
    width: 100%;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    This worked perfect! Can I change the background color in just the header area? If so, what is the code for that? Also, I paid to have a header widget put on the site...if I wanted to insert a banner, what size would be recommended? I'd want it to take up the whole header area...the logo and the donate button would be inside of the banner, so I wouldn't need extra space for that.
     

    Attached Files:

  4. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    To change the background color of the header, you can use the custom CSS code given below :-

    .header {
    background: #CAC099;
    }
    Could you please provide us URL of your website along with some edited screenshot of your requirements, so that we can guide you accordingly?
    We would be glad to assist you.
    Thanks & Regards!
    Nitin
    InkThemes.com
     
  5. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    theme1.1stopnonprofitshop.com is the website. I tried changing the color of the header with the code, and it worked, but it still shows a little blue on the sides. I'm attaching a screenshot. Also, if I want a banner image to take up the whole space above the navigation bar, what would be the recommended size. I have a header widget that I can place the image in, just need to know the size. Again, I'm attaching a screenshot of what I want.
     

    Attached Files:

  6. priya

    priya Guest

    Hello,

    For the first issue, code is given below..
    Code:
    .header {
        width: 100% !important;
        margin-left: 0;
    }
    Regarding the second issue, code is as follow..
    Code:
    .textwidget img {
        width: 70%;
    }
    Change the numeric value as per the requirement.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    The first part worked! Thanks! As far as the second part, what does that code do exactly?
     
  8. priya

    priya Guest

    Second code was just to increase the width of your banner image...
     

Share This Page