Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #936814

    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

    #936868

    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

    #937222

    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

    #937272

    I managed to removed the vertical line. If you can help with the last horizontal under the menu that would be much appreciated!

    Thanks!

    #937814

    Hi,

    I’m no longer seeing the line under the menu. Were you able to get this solved?

    Best regards,
    Jordan Shannon

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