The sitebar widgets are not aligned correctly.
The provided code (post-806681)
.inner_sidebar.extralight-border, #nav_menu-2.widget, #text-6.widget, #text-8.widget {margin-left: 25px !important; }
is not working any more.
Many thanks.
Peter
Hey Peter,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.sidebar .widget {
margin-left: 25px;
}
.fm-form-container.fm-theme1 .fm-form .wdform-page-and-images {
padding: 0;
}
.fm-form-container.fm-theme1 .fm-form .wdform_column {
padding: 15px 0;
}
Hope this helps :)
Best regards,
Nikko