Hi,
1. I would completely like to remove the top and bottom lines (border) in the nav bar which run across the whole page. Tried to find the css property which controls i but couldn’t
2. Move logo Horizontally center
Please help
Thanks
Suums
Hi Sumeru!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate,#header_main { border: none !important; }
#main>.container_wrap { border-top: none; }
.logo img { top: 10px; }
Regards,
Yigit
Hi!
Please try using the code as following
#header_main_alternate,#header_main { border: none !important; }
#main>.container_wrap { border-top: none!important; }
.logo img { top: 10px; }
Best regards,
Yigit
Hi!
Please review your website now. > sign was converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Best regards,
Yigit
Hey!
Please firstly choose to display “Logo center, menu below” option in Enfold theme options > Header tab then add following code to Quick CSS
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
Best regards,
Yigit