Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #586450

    Hi guys!

    Love Enfold to the core!!

    Layout looks great but when it comes to mobile mode, the button adapts to weird size.

    Scroll all the way to the bottom (the yellow background part with 3 buttons).

    I need all 3 buttons to have FIXED width in mobile.

    How do i go about doing that?

    #586457

    Hi fairusd!

    First of all, thanks a lot for your kind words, we do appreciate them a lot.
    What should be their fixed size, can you please let us know?
    How do you want them to appear, one below the other or in the same row?

    Best regards,
    Basilis

    #586459

    Thanks for replying!

    I need the 3 buttons to be displayed one below the other with FIXED width.

    Right now the 2nd buttons appears shorter than the other two.

    Would be great if you recommend a specific width that will make them appear the same in mobile.

    Thank you!

    #587886

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
    .avia-button.avia-size-x-large { min-width: 300px; }
    }

    Cheers! 
    Josue

    #588268

    Thanks Josue!

    I tried the CSS but it did not work :(

    I looks great on desktop but not on mobile – the black buttons.

    Would be great if you could help me fix it.

    #588269

    Hey i got it to work!

    Apparently i missed out copying a character from your code.

    Thanks!!

    #588541

    You are welcome, glad to help :)

    Regards,
    Josue

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