• Resolved MindTooth

    (@birger_nord)


    Hi,

    Wanted to check if others have the same problem. I suspect that my front page layout gets some extra margin because of the .widget-class in Virtue. That is when I’m using Page Builder from SiteOrigin.

    It might be a to common world really.

    What implications does disabling this have?

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can set the padding for each widget/row within the layout tab in page builder.

    Have you tried adjusting that amount to see if that solves your problem?

    You can target that class with:

    .panel .widget-class {
    }

    Change whatever you like.. That what you’re wanting?

    Kadence Themes

    Thread Starter MindTooth

    (@birger_nord)

    Well, all I wanted was for Virtue not to interfere to much with Page Builder. And when such a generic class name is used, it does. Same can be said about Page Builder using such generic class.

    My solution:

    .panel-first-child.widget,
    .panel-last-child.widget {
        margin-top: 0px;
    }

    Thank you so much for the replies though ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘.widget class interfere with SiteOrigin Page Builder.’ is closed to new replies.