Full Page Width - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Full Page Width

S

Srdjan

SP Page Builder 3 years ago

Hi guys,

I am quite unsuccessful in creating a full-width page like it is for example your page at https://www.joomshaper.com/page-builder

Whatever I do, I end up with white border around the entire web page, even when I just import your ready made layout, like on my development test page https://www.znalac.hr/

I tried enabling and disablig "Fluid Row" option but still - it's not working. Any hints? Thanks...

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #95790

Hi,

You forgot about important fact, all components are displayed inside template styles, so if template have prepared/set padding or margin for component area, you cannot from component settings change that. It's box in box theory. Is now all clear?

So now you would ask me: how to solve it?

Yes, it's still possible. But for your Cassiopea template you have to use custom CSS, for example

body.com_sppagebuilder.wrapper-fluid .site-grid {grid-gap: 0; }
body.com_sppagebuilder main {margin-top: 0 !important;}

How to use Custom CSS inside Cassiopea template? Read in Joomla.org documenation. It's not our product.

0
S
Srdjan
Accepted Answer
2 years ago #95945

Yeah! It works. Thanks a lot!

I'm probably not going to be the last one to ask this (quite basic) question, so here is for a future reference a short YouTube video "Where to Put Custom CSS in the Joomla 4 Template Cassiopeia". Maybe it'll be of use to someone in the future as it was for me :)

https://www.youtube.com/watch?v=0c2iNnszWuc

Many thanks, kind regards...

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