Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #743334

    Hi
    I need t add background image for header which are logo and main menu in left sidebar.
    How I can do that.
    Second question is how I can adjust (decrease) width of left sidebar with logo and main menu? I was trying to change Content | Sidebar Ratio in general settings but it doesn’t work.
    Thank you in advanced
    Krzysztof

    #743708

    Hey Krzysztof,

    What image do you want to use as a background in your header? Please post admin login details in private so that we can have a look at the sidebar ratio.

    Best regards,
    Rikard

    #743792

    Hi
    Thank you for your answer. All details you can find below.
    Best regards
    Krzysztof

    #744180

    Hi,

    Please try this in Quick CSS for your header:

    #header {
        background-image: url(https://lapecollection.com/assets/images/nav-bg-pattern.png);
    }

    I checked the sidebar ratio and I couldn’t see any problems with it. The sidebar would be on a page where you have selected to show a sidebar, it’s not the header which is displayed to the left on your page. You can see the preview on top of the settings in the theme options.

    Best regards,
    Rikard

    #744294

    Hi
    Thank you for your help. Backgroud works fine.
    1. Please let me know how I can hide horizontal line in menu item? please find screenshot here
    2. Please let me know how I can change width of sidebar with logo and menu? here you can find which size I want to change
    Thank you
    Krzysztof

    #744627

    Hi,

    Looking at your site I think you got both of your problems solved?

    Best regards,
    Rikard

    #744689

    Hi Rikard

    No I still need to:
    1. Remove horizontal line between menu items and logo
    2. Change width (make narrower) logo and menu area
    Please find url in privat area

    Can you help me with that?
    Krzysztof

    #745223

    Hi,

    Please try the following as well:

    .html_header_sidebar #header .av-main-nav > li > a, #header_main {
        border-bottom-width: 0px !important;
    }

    Best regards,
    Rikard

    #745297

    Hi Rikard

    Css works great thank you.
    What about possibility od changing width of sidebar with logo and menu? It is possible?
    Krzysztof

    #746963

    Hi,

    use this code:

    .nav-holder {
    width: 230px;
    }

    and adjust as needed.

    Best regards,
    Andy

    #746971

    Hi
    Thank you for tips, but it doesn’t work

    #748436

    Hi,

    try this one instead:

    header#header {
    width: 30%;
    }

    and adjust as needed.

    Best regards,
    Andy

    #748531

    Hi
    Thank you this code works great!
    But I find another problem when I changed there is a gap between this area and background
    Can you check again?
    Krzysztof

    #749344

    Hi,

    add this code as well:

    .html_header_left #main {
    margin-left: 190px !important;
    }

    and adjust as needed.

    Best regards,
    Andy

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.