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

    Hello.

    I have 4 buttons in a row.
    But on smallar screen I want them to be on 2 lines instead but that have I done.

    But I want the buttoms to be like the photo I have made her: http://cl.ly/image/3B401K1m0u3d

    How do I do that?

    #162222

    Hi,

    Can you post the link to your website please?

    Regards,
    Yigit

    #162227
    #162235

    Hi,

    Please add following code to Quick CSS in Enfold theme options under Styling

    @media only screen and (min-width: 768px) and (max-width: 989px) { .avia-button.avia-size-medium  { min-width: 210px; } } 
    @media only screen and (max-width: 767px) { .avia-button.avia-size-medium  { min-width: 231px; } } 

    Regards,
    Yigit

    • This reply was modified 10 years, 10 months ago by Yigit.
    #162243

    Thanks :)

    #162245

    Hi,

    You are welcome, glad we could help :) Let us know if you have any other questions

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Help with the Buttuns on smallar screens’ is closed to new replies.