Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1158660

    Hi!
    Is there a way to stick the colored menu button on mobile? I’m working on some css to stick the header on mobile (still not quite right) and I would also like the main call to action button to stick so the user doesn’t have to get into the burger menu to access. Its the .av-menu-button-colored. Is there a way to have it sit to the left of the burger menu on all mobile/tablets?
    Thanks!

    #1158979

    Hey webdesign,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1158988

    Sure… credentials are posted below: Thanks!

    #1160137

    Hi,

    Thank you for the update.

    Is this related to your inquiry regarding the layer slider button? If so, try to adjust the top margin of the main container so that the header is not covering the slider.

    media only screen and (max-width: 767px) {
    .responsive #top #main {
    	padding-top: 110px !important;
    	margin: 0;
    }
    }
    

    And here is how the layer slider button can be adjusted.

    // https://kriesi.at/support/topic/layer-slider-button-not-responsive-on-mobile/#post-1159817

    Best regards,
    Ismael

    #1160214

    Hey,
    No, this is not related to the layer slider button. In this thread, I was referring to the “colored menu button” on the home page navigation menu. I wanted to know if there was a way to force that colored menu button to stay at the top (sticky) on mobile. As it stands, this colored menu button is only visible through the burger menu.

    Thanks!

    #1160707

    Hi webdesign,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Or the button should be added in the widget that will only display on mobile.

    Best regards,
    Victoria

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