Jump to content

Theme / Module Help


Recommended Posts

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...