Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi (sorry my bad english, im speak spanish)
I need little help in page create with page builder.
In my web (www.ghostdigital.co) im need to delete the white row middle in Header and the image SERVICIOS.
Any help? Thanks !
Hi Nico,
This is a theme issue.
You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
#front-page-section { padding: 0 !important; } #undefined-sticky-wrapper { display: none; }You might also need to install the SiteOrigin CSS Editor.