Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #396755

    Hi!

    The line below the active page is different compared to the Start page and the rest of the pages. I think the way the lines is on the Start page is OK. On the other pages, the line is to low and almost unvisible. Is this something that could be done with CSS?

    I also wonder why I get a horizontal line in the bottom of the second page “Magiska Shower”, despite that I have deselect lines in the colorsections. I used this CSS to get rid of the line, that I got from this forum another time, but then I loose the line below the slider on the Start page.

    .container_wrap {
    border: none!important;
    }

    Is there another solution to get rid of this line?

    Thanks!

    #397037

    Hi Effektid!

    Add this to your custom CSS.

    .avia-menu-fx { bottom: 30px !important; }
    #after_section_4 {
      border-top: 0 none !important;
    }

    Regards,
    Elliott

    #397305

    Very nice! Thanks!

    #397319

    Hmmm, it’s not working when I scroll the page, the line moves up and is placed above the menu text. I guess it’s not possible to fix this!?

    #397435

    Hi!

    Please add following code to Quick CSS as well to manage the height of menu fx when scrolled down

    .header-scrolled .avia-menu-fx { bottom: 10px !important; }

    Regards,
    Yigit

    #397505

    Thanks! That was better! But must the line be animated? The line starts above the text and then animates down, over and below the text. Best option would be if the line was immediately below the text. Is that possible?

    #398050

    Hi!

    Use this to remove the animation:

    .avia-menu-fx {
    transition: none;
    }

    Best regards,
    Ismael

    #398057

    Perfect! Thanks!

    #398058

    But there is still problem with the forum! Every time I submit something I just get a white screen!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Line below active page on main menu’ is closed to new replies.