Joomla Module - Footer Made With SP Page Builder For Footer, Loosing CSS - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Joomla Module - Footer Made With SP Page Builder For Footer, Loosing CSS

MH

Michael Hunschock

Template 2 years ago

Hi, I created a module with Joomla and created the footer in it with SP PageBuilder. in PageBuilder it looks like it should. But it seems that the footer online loses the CSS. So the menu is not a list and the logo is not in place.

I read somewhere that you can create a standalone CSS, but how do I get the CSS code for it? And where do I put it so that the footer on the site looks like I created it with PB?

Thanks a lot

Michael

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #101982

Hi there!

Thanks for your query.

Please use the following code in your custom CSS:

#sp-footer ul.menu {
    display: flex !important;
    flex-direction: column !important;
}

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Path towards custom CSS(Joomla 4): System>Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Best Regards

0
MH
Michael Hunschock
Accepted Answer
2 years ago #102132

Thank you Rashida, that works :)

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #102301

Glad to know that and you are always welcome :)

0