Hi Team, check the link below (shared privately). I have a sidebar (right side) but it’s being displayed at the end of the page (just scroll completely down and you’ll see it). The top-part of the side bar is empty. Cannot find how to fix this. Please advise.
To be clear: the search part of the sidebar should be positioned at the same height of the page title H1.
Hey Emiel,
Elements such as Color Sections force the sidebar down below them. You could try changing the elements on the page to see if that helps. Or you could try this code in the General Styling > Quick CSS field:
@media only screen and (min-width: 1023px) { #top #main .sidebar {top: -650vh!important; }
.main_color aside {border-color: transparent!important; }}
@media only screen and (min-width: 767px) and (max-width: 1022px) {#top #main .sidebar {top: -1140vh!important; }
.main_color aside {border-color: transparent!important; }}
Best regards,
Mike