-
AuthorPosts
-
February 6, 2017 at 1:22 pm #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
KrzysztofFebruary 7, 2017 at 7:51 am #743708Hey 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,
RikardFebruary 7, 2017 at 10:26 am #743792Hi
Thank you for your answer. All details you can find below.
Best regards
KrzysztofFebruary 8, 2017 at 5:16 am #744180Hi,
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,
RikardFebruary 8, 2017 at 11:05 am #744294Hi
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
KrzysztofFebruary 9, 2017 at 6:43 am #744627Hi,
Looking at your site I think you got both of your problems solved?
Best regards,
RikardFebruary 9, 2017 at 9:23 am #744689Hi 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 areaCan you help me with that?
KrzysztofFebruary 10, 2017 at 7:19 am #745223Hi,
Please try the following as well:
.html_header_sidebar #header .av-main-nav > li > a, #header_main { border-bottom-width: 0px !important; }
Best regards,
RikardFebruary 10, 2017 at 10:02 am #745297Hi Rikard
Css works great thank you.
What about possibility od changing width of sidebar with logo and menu? It is possible?
KrzysztofFebruary 14, 2017 at 4:32 pm #746963Hi,
use this code:
.nav-holder { width: 230px; }
and adjust as needed.
Best regards,
AndyFebruary 14, 2017 at 4:41 pm #746971Hi
Thank you for tips, but it doesn’t workFebruary 17, 2017 at 2:11 pm #748436Hi,
try this one instead:
header#header { width: 30%; }
and adjust as needed.
Best regards,
AndyFebruary 17, 2017 at 4:53 pm #748531Hi
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?
KrzysztofFebruary 20, 2017 at 1:58 pm #749344Hi,
add this code as well:
.html_header_left #main { margin-left: 190px !important; }
and adjust as needed.
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.