Tagged: iPhone Background
- AuthorPosts
- April 8, 2021 at 4:01 pm #35860Céline DahanGuest
Hi
I’m using your theme “Diced” for my website. The appearance is great on desktop but it looks strange on a mobile screen. I’ve tried to make changes using the mobile icon, but it changes the view on a big screen too. I can’t optimise my site for small screens. Can you tell me how to do it?
Thanks in advance
April 8, 2021 at 4:13 pm #35892Jesse OwensKeymasterHi Céline-
Thanks for reaching out, and thanks for using the Diced WordPress theme.
Taking a look at the site, it looks like the main problem is the two buttons, “Click & Collect Paris 17ème & Livraison en direct,” and “Commander sur Deliveroo” aren’t wrapping to a second line on smaller screens.
You should be able to fix this with a little bit of Custom CSS. Navigate to Customize > Advanced > Custom JS & CSS and paste these lines into your Custom Theme CSS:
span#glfButton0 { white-space: break-spaces; } a.btn.btn-3d.btn-rounded.btn-color-1.btn-jumbo { white-space: break-spaces; height: unset;}
- AuthorPosts
- The topic ‘Mobile size looks strange’ is closed to new replies.