Viewing 4 replies - 1 through 4 (of 4 total)
  • Ben

    (@benbornschein)

    Hello,

    the reason is because your text in the tab has a <p> which adds a margin-bottom with 20px.

    If you can add custom CSS somewhere, just add:

    .panel-widget-style .siteorigin-widget-tinymce.textwidget p {
        margin-bottom: 0;
    }
    • This reply was modified 7 years, 9 months ago by Ben.
    • This reply was modified 7 years, 9 months ago by Ben.

    It’s because button images are inside a p and on your css you have a margin bottom of 20px for paragraphs.

    You can add a css rule to change the margin bottom of those paragraphs:

    #pg-w595223cb72b29-0 .siteorigin-widget-tinymce p {
        margin-bottom: 0;
    }
    Thread Starter rodoyo

    (@rodoyo)

    Thanks
    However, not sure where in the css to add. is is the css inside each cell or to the row css?
    Thanks
    earl

    Ben

    (@benbornschein)

    Your theme should have an option to add custom css. Please check your theme settings.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘tab alignment issue’ is closed to new replies.