Site logo

Archived topic

Where do I add html code?

2 replies · Started by Tomáš on April 11, 2020

Viewing posts 1–3 of 3

Hi, newbie here.

I am building my site with Gutenberg blocks, but when I use Align "Full-width" I get the ugly horizontal scroll bar.

I found on this forum that the solution for this is to add this code:

body {
overflow-x: hidden;
}

My question is, where do I add it?

Hi,

That's css, easiest way it add it is

Appearance > Customize > Additional CSS

Thanks Ian for helping

This archived topic is closed to new replies.