Page is Not Displayed At 100%. - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Page is Not Displayed At 100%.

martin

martin

Template 1 week ago

After an update, the page is not displayed at 100%. Could you please help me?

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 week ago #206305

Hi Martin,

the right padding mess (!) is becuase of rules from that file: templates/giver/css/custom_elgf.css

* > body {
  padding-right: 205px;
}

Find and remove it. Line 6 ??

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 week ago #206306

Then about extra top padding and around padding, it's from style of extra plugin that loads Google Fonts, that adds top padding for <body> - what for, I don't know!! It's totally mistake.

info_3355_2025.png

info_3356_2025.png

Contact with ELGF plugin developer (!) OR override with

html, body {padding:0 !important;}

to fix it for now.


0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 week ago #206307

Probably after EasyLocalGoogleFont plugin update (to v5.2.1 ???) you got those issues! As you saw (based on my evidences) it's not from Template or SPPB itself.

You're welcome,

0