Update Shaper_floox Joomla! 4 - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Update Shaper_floox Joomla! 4

M

Milan

Template 2 years ago

Hello,

after updating to Joomla 4, the shaper_floox graphic template shows an extra blue frame in the footer and I don't know how to remove it. See picture:

Regards, Milan

0
7 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #124352

Hi there!

If I may...

As he is using section in module, it seems fixed width of row container causing this extra portion as extended space: https://prnt.sc/hHlVrj02DHox

Please use the following code in your custom CSS for bottom portion:

#sp-bottom .sppb-row-container {
    width: 100%;
}

Hope this helps!

Note: 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
P
Pirosoft
Accepted Answer
2 years ago #124243

Problems similar to mine, I cleared all the cache and corrected with some CSS rules, even if I shouldn't have done it if the template had been done right

0
M
Milan
Accepted Answer
2 years ago #124323

Hello,

after an update, I always clear the temporary memory in the Joomla system and in the browser.

I need specific advice on editing the CSS style. I don't understand why after updating the site to Joomla! 4 does not display the template correctly! This is how it happens on multiple updated sites :-(

Regards, Milan

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #124331

Ahoj,

have you checked addon settings (SPPB), it looks like border was set there with color, border-width. It's not from Template.


In case of you can always use Custom CSS method:

#sppb-addon-1544555219551 {
  border:0; border-width: 0; border-style: none !important;
  border-color: transparent; }
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #124363

yes, you can use both CSS (Mine and Rashida) to get the best fix.

0
M
Milan
Accepted Answer
2 years ago #124368

Hello,

thank you very much for the solution.

Regards, Milan

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

You're always welcome Milan:)

Have a nice day!

0