Hello anyone,
my normal choosen Content / Sidebar Ratio is 80% / 20% and Content + Sidebar width is choosen 82%!
I want to change this ratio ONLY for my logo area and main menu on the desktop version, so that i can set it individually how much space is from my logo and main menu the the border of the display, so I get a little bit more space to add 1 or 2 more main menu links, without reduce the logo or font size!
Hope that this is possible and you understand what I mean and if it is possible it brings no problems on the mobile version!
My website is http://www.ihr-personaltrainer.at
Thanks a lot!!! :)
Hi Younis_FARES!
Add this to your custom CSS.
#header .container {
width: 90% !important;
}
Regards,
Elliott
Perfect!
Thanks a lot Elliott!! :)