Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #616741

    Hello awesome support team,

    I have a left sidebar menu on my page. but on smaller screen (almost any standard laptop) some elements do not appear (ex: copyright).

    Please help to fix it.

    Thank you!

    #616743

    Hey davidprais!

    I can see everything on my monitor.
    can u please provide us a screenshot after you have cleared your cache?

    Best regards,
    Basilis

    #616765

    Thank you

    Here you go

    #618264

    Hey!

    it is caused by this code:

    .html_header_sidebar #top #header.av_always_sticky {
    position: fixed;
    }
    

    Are you using this? remove it and it should work fine.

    Regards,
    Andy

    #618523

    That fixed it, thanks.

    But no there is empty space below the menu – doesn’t look nice (screenshot attached).
    Please advise how this can be fixed?

    #619673

    Hey!

    I checked your website but there is not empty space, which you are showing in your screenshot. Can you provide us a precise link to your site showing the elements in question please? we need to be able to inspect the elements.

    Best regards,
    Andy

    #620075
    #621101

    Hi!

    use this code in Quick CSS field:

    .html_header_sidebar #header .av-main-nav {
    padding-bottom: 150px;
    }
    

    and adjust if needed.

    Regards,
    Andy

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