Buttons formatting in mobile view
-
Hi,
I have a problem with the button showing in mobile view.
when the site is full width there is no problem, but on the mobile view the formatting is not nice.
I’m using the columns to format the line that is JPG + MaxButton.
And the MaxButton is in a container because if not I cannot center the button with the image (vertical center).
Then I tried to style the mobile version with the css:/* text widget mobile: adjust featured bakers text widget in the mobile view*/ @media screen and (max-width: 600px) { .jwl_one_half { float: left; width: 100%; } }
On another website this code is working for me, but not in this, so not sure if I have to change something else.
Please take a look with a mobile device to these links:
1) MaxButton without container it works in the mobile , but in the browser is not centred with the jpg.2) MaxButton with container it works in the browser , but in the mobile is a mess.
Thank you very much!
- The topic ‘Buttons formatting in mobile view’ is closed to new replies.