Tagged: Buttons
-
AuthorPosts
-
September 24, 2015 at 6:15 pm #508642
I’m using the buttons on the bottom of all my pages for navigation.
Problem is, on different screen sizes they are not resizing and staying in the box? Can you help? I’d like to decrease the padding as well.
This is the code I added to increase the font size:
.avia_iconbox_title {font-size:18px !important; padding: 0px !important;}September 25, 2015 at 10:09 am #508858Hey BrendaSarg,
I’m not sure what you mean by them not staying inside the box? Please post a screenshot of the problem.
You can edit the padding for the buttons by adding and editing the values in the following CSS:
.av_one_fourth .avia-button.avia-size-x-large { padding: 25px 50px 23px; }Thanks,
RikardSeptember 25, 2015 at 5:43 pm #509206The text is cut off in the button
http://awesomescreenshot.com/02059qz01bSeptember 26, 2015 at 6:53 am #509362Hi,
Could you post a mock-up or screenshot of how you want it to look please?
Regards,
RikardSeptember 29, 2015 at 10:02 pm #511016I just want the text to fit in the box? Not cut off so people can read it.
I want it to look the same as here (desktop): http://birdingtrail.staging.wpengine.com/central-alberta-west/raven-brood-trout-station/ (hosted on WPengine) on the bottom where the forward and backward buttons are. (blue)
But if you look here: http://quirktools.com/screenfly/#u=http%3A//birdingtrail.staging.wpengine.com/city-of-red-deer/three-mile-bend/&w=768&h=1024&a=22&s=1
you will see it cuts off the words.
September 30, 2015 at 11:28 am #511342Hey!
you need to use media queries for different screen sizes. For iPhone 6 screen size use something like this for example:
@media only screen and (max-device-width: 736px) { .av_one_fourth .avia-button.avia-size-x-large { padding-right: 50px; }}Regards,
AndyOctober 1, 2015 at 8:29 pm #512421YES! Thank you …that’s exactly what I wanted :)
October 2, 2015 at 7:43 am #512590 -
AuthorPosts
- The topic ‘Responsive Text on Buttons – less padding?’ is closed to new replies.
