Hi, i've searched for the solution myself but can't find it or make it work for me. I want the buttons on my homepage to appear side by side, button text center - when in tablet/mobile view.
Site URL: https://www.lizzy-pa.com
Hi, i've searched for the solution myself but can't find it or make it work for me. I want the buttons on my homepage to appear side by side, button text center -
try this use this custom css
@media only screen and (max-width: 768px) {
#block-2a1917a51a7f0682445a + .row .span-2 {
width: 25% !important;
float: left !important;
}
Question
LIZZY-pa 2
Site URL: https://www.lizzy-pa.com
Hi, i've searched for the solution myself but can't find it or make it work for me. I want the buttons on my homepage to appear side by side, button text center - when in tablet/mobile view.
Thanks for the help!
pw = 2020lizzy
Link to post
Top Posters For This Question
1
1
Popular Days
Nov 28
1
Dec 3
1
Top Posters For This Question
LIZZY-pa 1 post
bangank36 1 post
Popular Days
Nov 28 2020
1 post
Dec 3 2020
1 post
Popular Posts
LIZZY-pa
Site URL: https://www.lizzy-pa.com Hi, i've searched for the solution myself but can't find it or make it work for me. I want the buttons on my homepage to appear side by side, button text center -
bangank36
try this use this custom css @media only screen and (max-width: 768px) { #block-2a1917a51a7f0682445a + .row .span-2 { width: 25% !important; float: left !important; }
Posted Images
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment