Tagged: Button Size
-
AuthorPosts
-
October 29, 2019 at 7:49 am #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 5 years, 1 month ago by Kimberly.
October 30, 2019 at 2:13 pm #1152338Hey 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,
VictoriaOctober 30, 2019 at 4:47 pm #1152408Thank you it worked! You Rock!
To my second question, is there away to turn off the frame for the image gallery?
October 30, 2019 at 4:49 pm #1152410Hi,
Do you mean for the thumbnails underneath the large image?
Best regards,
Jordan ShannonOctober 30, 2019 at 5:55 pm #1152437Not just the thumbnails the entire gallery. He wants ZERO framing on pictures.
Thank you for helping!
October 30, 2019 at 7:06 pm #1152477Hi 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,
VictoriaOctober 30, 2019 at 8:43 pm #1152506Victoria, 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!October 30, 2019 at 8:52 pm #1152510Actually 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)
October 30, 2019 at 10:50 pm #1152543Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘How do I make the buttons the same size throughout the site’ is closed to new replies.