Comments Aaron started the conversationSeptember 20, 2023 at 2:38pmI can't seem to remove the top margin and/or padding for the LayerSlider project. That white space. A static version of the desired homepage design is here for reference: https://ts-grp.com/Aaron repliedSeptember 20, 2023 at 2:39pmThis is the test page with the problematic LayerSlider: https://ts-grp.com/test/ 137George repliedSeptember 20, 2023 at 3:23pmHello Aaron,It seems like the DIV wrapper element with the class name "content-sidebar-wrap" has a top margin, which can be removed by the following css rule:div.content-sidebar-wrap { margin-top: 0 !important;}Best Regards,George | Kreatura Dev Team1 LikeAaron repliedSeptember 20, 2023 at 3:32pmthat did it George! thanks Sign in to reply ...
I can't seem to remove the top margin and/or padding for the LayerSlider project. That white space. A static version of the desired homepage design is here for reference: https://ts-grp.com/
This is the test page with the problematic LayerSlider: https://ts-grp.com/test/
Hello Aaron,
It seems like the DIV wrapper element with the class name "content-sidebar-wrap" has a top margin, which can be removed by the following css rule:
div.content-sidebar-wrap {
margin-top: 0 !important;
}
Best Regards,
George | Kreatura Dev Team
that did it George! thanks