Fixter Template Issues - Question | JoomShaper

Fixter Template Issues

DT

Donna Torr

Template 1 year ago

Hey Guys, I had an issue installing the Fixter template. In the end I had to install the quickstart package on another temporary site and export the settings and overwrite the template files from the intial template install.

There are still some issues however, the site does not seem to kick into responsive mode for smaller screens correctly - could you please have a look:

https://staging.ccruickshank.co.uk/

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #156519

Hi there!

Thanks for reaching out to us.

For the header and main body issue you can try the following code snippet in your custom CSS:

@media (max-width: 992px) {
        body.predefined-header1 #sp-header, body.predefined-header1 .body-wrapper {
        width: 100% !important;
    }
}

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best Regards

0