Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1476268

    Hello everyone
    I have inserted a menu here
    Link below:
    PC is great
    would it be possible to display this menu on the left side?
    Example link below:

    thanks and
    best regards Franz

    #1476284

    Hey schweg33,

    Thank you for the inquiry.

    You can start with this css code:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top .av-m1yjw3j3-8de8ef07635f179e0beedc245c4c38a7 {
        position: fixed !important;
        right: 0;
        top: 10px;
        width: 50px;
      }
    }

    Please check this screenshot:

    View post on imgur.com

    Let us know if you need more help.

    Best regards,
    Ismael

    #1476296

    Hello Ismael
    thank you very much for your quick reply
    works great like this
    only when opening the page slides down
    see screenshot

    thank you very much
    best regards
    Franzprqy

    #1476378

    Hi,

    Thank you for the screenshot.

    Did you remove the css code? Please apply it again or provide the login details in the private field so that we can check the modifications.

    Best regards,
    Ismael

    #1476415

    halls ismael
    css is not removed
    login below
    thanks
    best regards
    Franz

    #1476480

    Hi,

    Thank you for the info.

    We added this css code to remove the gap.

    #top .av-m1yjw3j3-8de8ef07635f179e0beedc245c4c38a7 + .sticky_placeholder {
        height: 0 !important;
    }

    Please make sure to purge the cache before testing the page.

    Best regards,
    Ismael

    #1476481

    Hello Ismael
    Thank you very much
    now it looks great

    Is there still the possibility to reduce the distances between the menu items A B C etc.?

    thanks
    best regards
    Franz

    #1476484

    Sorry Ismael

    now I have noticed that it is no longer correct on the desktop (PC)
    link below

    see printscreen desktop.png – uploaded

    thanks

    #1476496

    Hey!

    Sorry about that. We moved the location of the css rule. It should be displaying correctly now.

    Cheers!
    Ismael

    #1476500

    Many thanks Ismael
    Now it fits perfectly

    The distance between the menu items A B C D E
    Could the space between them be made smaller?

    Thank you
    best regards Franz

    #1476501

    Sorry

    only mobile

    #1476506

    Hello Ismael
    thank you very much for your help

    I will create a new ticket for a new question

    you can close this one

    thank you
    best regards Franz

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