Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #820769

    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

    #820782

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.