Home>Support>Pagebuilder & wordpress theme Twenty Seventeen

Pagebuilder & wordpress theme Twenty Seventeen

Hi.

I´m normally a happy user of Pagebuilder, but at the moment I´m tearing my hair out of my head.

On : http://5270.dk/DGI-V2/

you can see two of my problems.

1. The space between the rows are quit big. I have tried to insert this code :

/* Set Page Builder bottom margin */

.panel-grid-cell {
margin-bottom: 0 !important; /* Adjust the number on this row as desired */
}
into the extra css option in Twenty Seventeen, but without any luck.

2. Second problem is underscore of links. Some of my links do not need to have underscore ( text decoration ), but when i try to include that into the link itself, it is just ignored.

( <a style="text-decoration: none;" href="http://5270.dk/DGI-V2/nyheder/">Generelle nyheder, Spiltider og nyheder fra ledelsen</a> )

Can anyone help me out of this ?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 8 months ago Alex S
    Hi, I Work Here

    Hi Kim,

    1. The row bottom margin is actually applied to .panel-grid (which is a row), not .panel-grid-cell (which is a column). Please either update your selector or you can adjust the row bottom margin via the page builder settings. To do this, please navigate to WP AdminSettings. Page Builder and open the Widget tab. Set the Bottom Margin to 0.

    Also, it should be noted that Twenty Seventeen adds spacing after widgets (roughly 48px). To prevent this, please navigate to WP AdminSettingsPage Builder and open the Widget tab. Untick Add Widget Class.

    2. Twenty Seventeen applies the underline in a really weird way – it’s actually a CSS shadow. To remove it, please add the following CSS to WP AdminAppearanceCustom CSS:

    a {	-webkit-box-shadow: none !important;	box-shadow: none !important;}

    You might also need to install the SiteOrigin CSS Editor.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More