Template Qubic has A Problem With Offcanvas Menu Display - Question | JoomShaper

Template Qubic has A Problem With Offcanvas Menu Display

M

Milan

Template 1 year ago

Hello,

I updated the website to Joomla! 5 and in the Qubic template, the items in the "offcanvas" mobile menu are not indented, see attached image. Can you help me with the settings.

Thank you.

Regards, Milan

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

Hi there!

Thanks for your query.

Please use the following code in your custom CSS:

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
    flex-direction: column;
}

Here is all about custom code placement in Helix3 framework: https://www.joomshaper.com/documentation/helix-framework/helix3/custom-css-header-code

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #148564

Thanks for accepting the answer:)

Have a nice day!

0