wilson113311 Posted March 4, 2016 Share Posted March 4, 2016 I am looking for some help with my theme, everything displays correctly on PC but on mobile it doesn't I tried to disable the modules for banners etc on home page but they still appear can somehow help me with this? Website URL - www.tillrollsthermal.co.uk Link to comment Share on other sites More sharing options...
razaro Posted March 4, 2016 Share Posted March 4, 2016 Try to add this to global.css in your theme @media (max-width: 767px) { .home-top-banners{ clear: both; } } Link to comment Share on other sites More sharing options...
wilson113311 Posted March 4, 2016 Author Share Posted March 4, 2016 Where abouts would I add this? Link to comment Share on other sites More sharing options...
razaro Posted March 4, 2016 Share Posted March 4, 2016 File is in following path themes/electronic_gadgets_1/css/global.css Use FTP client to navigate and get file and open it in your text editor. Copy code to end of file, save and upload back to server. Link to comment Share on other sites More sharing options...
wilson113311 Posted March 4, 2016 Author Share Posted March 4, 2016 Thank you, I did this but no change? Can you think of anything else it could be? Link to comment Share on other sites More sharing options...
razaro Posted March 4, 2016 Share Posted March 4, 2016 Did not notice slider issue. not sure why is that happening. You could try to disable that module on mobile maybe but this could also be ok. Change previous css code to @media (max-width: 767px) { .home-top-banners{ clear: both; } .homeslider-container { width: 100%; display: inline-block; margin-bottom: 25px; } .homeslider-container img {max-width:100%;height:auto !important;} } It will stack slides. Link to comment Share on other sites More sharing options...
wilson113311 Posted March 4, 2016 Author Share Posted March 4, 2016 I tried disabling modules for mobiles but this had no effect not sure if it is to do with my customizer theme? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now