Tagged: 

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

    Hello!
    I will post the website below…
    My client would like the buttons the same size throughout the site regardless of the text in it. I did try under extended styling to put some button options in but that didn’t seem to do anything. Help please?

    Also seeing I have you here … is there away to turn off the framing for photo galleries. They don’t like that this is the only thing on the site that has a frame and no other photos. Grrr!

    Thanks in advance for all you help!!

    • This topic was modified 4 years, 10 months ago by Kimberly.
    #1152338

    Hey Kimberly,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .avia-button.avia-size-medium {
        min-width: 150px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1152408

    Thank you it worked! You Rock!

    To my second question, is there away to turn off the frame for the image gallery?

    #1152410

    Hi,

    Do you mean for the thumbnails underneath the large image?

    Best regards,
    Jordan Shannon

    #1152437

    Not just the thumbnails the entire gallery. He wants ZERO framing on pictures.

    Thank you for helping!

    #1152477

    Hi Kimberly,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top div .avia-gallery img, #top div .avia-gallery .avia-gallery-big {
        border: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1152506

    Victoria, unfortunately that code for some reason is not working. I have tried to put it in both the quick css and in the custom css sheet. Sorry.
    Any other ideas?
    Thanks for you help!

    #1152510

    Actually I found this post and was able to blend the two together…

    And used this code to make it work!

    #top div .avia-gallery img, #top div .avia-gallery .avia-gallery-big {
    border-style: none!important;
    border-width: 0px!important;
    padding: 0px!important;
    }

    Thank you guys. YOU ROCK!!!

    (you can close the ticket)

    #1152543

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How do I make the buttons the same size throughout the site’ is closed to new replies.