Limited availability during the holidays
Another busy year is coming to its end, and an exciting year lies ahead. In order to get ready for a fresh new start, our team will spend a few days' rest during the winter holidays. Over the holiday break, we will have reduced staffing from December 20th, 2024, to January 5th, 2025, so please be patient if you do not receive a response as quickly as you normally would.
We send our warmest wishes for happiness, health, and success throughout the coming year. Thank you for your continued support, and may you have a peaceful and blessed Happy Holidays!
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