Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #565319

    Hello,
    Please let me know if there is a way to make the 2 buttons on my full screen slider the same width (the text inside the 2 buttons has different width, so the width of the 2 buttons is different). Anyway, can I make the width of the smaller button as big as the wider button? This request was made by my client so that the page looks better on mobile devices. Attached is the URL of the page, thanks a lot.

    • This topic was modified 8 years, 10 months ago by amrman0.
    #565694

    Hi amrman0!

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

    @media only screen and (max-width: 480px) {
    #top .avia-slideshow-button {
        margin-left: 0!important;
        display: block;
    }}

    Regards,
    Yigit

    #565953

    Hi, thanks Yigit for your support. I added your code but there was no change, it didn’t work.
    I have attached login credentials to my staging site in case you need to try new CSS there.

    • This reply was modified 8 years, 10 months ago by amrman0.
    #566691

    Hey!

    The code provided earlier by Yigit is working please check screenshot in private message.

    Vinay

    #567069

    Thanks Vinay for your help. You’re right, it’s fixed now on mobile devices only (which is fine since the client doesn’t mind the issue on desktops). However, anyway we can make the buttons less wide? They are taking almost the whole width of the screen now.

    #567077

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    #top .avia-slideshow-button {
        width: 70%;
        margin: auto!important;
        margin-bottom: 10px!important;
    }}

    Best regards,
    Yigit

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

    Thank you for your reply Yigit. I did add the additional CSS code that’s in your latest message, but nothing has changed, the buttons are still too wide, just like in the screenshot above (I cleared the phone browser history before testing as well).

    #567726

    Hi!

    Please hold the shift key and refresh a few times i think you are seeing the cached version of the site.

    Regards,
    Vinay

    #568194

    Thank you very much for your really great support , Enfold is really the best.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Full screen buttons width’ is closed to new replies.