Navigation überspringen

[Gelöst] After update weird gab appears

This support ticket is created vor 3 Jahren, 5 Monaten. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

Dieses Thema enthält 3 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von maiS vor 3 Jahren, 5 Monaten.

Assistiert von: Waqar.

Author
Artikel
#2128185
Skærmbillede 2021-07-28 kl. 21.14.42.png

Hi there,
After updating Toolset a weird gab appeared on my frontpage. Can you help removing it? I looked for some CSS or something but i can not find anything.

Thanks

#2128665

Hi,

Thank you for contacting us and I'd be happy to assist.

During troubleshooting, I noticed that in your website's custom CSS code ( at WP Admin -> Theme Options -> Advanced -> Custom CSS ), the width and max-width for the full-width content area is set to "90vw":


.sidebar-none .content> *.alignfull.has-background, .sidebar-none [class*="wp-block"].alignfull.has-background, .sidebar-none .content ul.wp-block-gallery.alignfull.has-background {
    width: 90vw;
    max-width: 90vw;
    margin-left: calc(50% - 50vw);
    padding-left: 5vw;
    padding-right: 5vw;
}

Please change both those values to "100vw" and that section will be properly centered.

regards,
Waqar

#2128839

Thank you Waqar 😀

#2128841

My issue is resolved now. Thank you!