Samgoldwater Posted February 19, 2021 Share Posted February 19, 2021 Site URL: http://samgoldwater.com/ Hey team! My site displays as I expect on desktop, but on mobile it is 2 column and difficult to see with widescreen film images. I've tried pasting custom code on this issue previously but nothing makes a difference :'( The page is a standard page where each element is its own gallery, so we're not talking about simply Changing a grid gallery to stacked etc. Thanks people :) Link to comment
tuanphan Posted February 22, 2021 Share Posted February 22, 2021 Add to Design > Custom CSS > Then save & reload your site /* 1 column image mobile */ @media screen and (max-width:750px) { a.project { width: 100% !important; float: none !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Samgoldwater Posted February 22, 2021 Author Share Posted February 22, 2021 SOLVED. You absolute wizard thank you so much Link to comment
tuanphan Posted February 28, 2021 Share Posted February 28, 2021 On 2/22/2021 at 10:23 PM, Samgoldwater said: SOLVED. You absolute wizard thank you so much I see you haven't changed page url, so it still shows "about-1" http://samgoldwater.com/about-1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.