Is there an easy way to remove all lines in the menu when selected as vertical? There are 2 lines top and bottom and then lines that separate the menu links.
Also, if there a way to left justify the page in boxed layout with a fixed dimension and not stretched?
Thanks!
Andrew
Hey akaphoto,
Add this to quick css:
.html_header_sidebar .logo{
border-bottom:none!important;
}
.html_header_sidebar #header .av-main-nav > li > a{
border-bottom:none!important;
}
.header_color ul{
border-bottom:none!important;
}
Best regards,
Jordan Shannon
Thanks! That did the trick for most of it. I still have a line below the menu, and there is also a line vertical separating the menu and gallery.
Any way to remove these last 2 things?
Thanks again!
Andrew
I managed to removed the vertical line. If you can help with the last horizontal under the menu that would be much appreciated!
Thanks!
Hi,
I’m no longer seeing the line under the menu. Were you able to get this solved?
Best regards,
Jordan Shannon
