How do i delete those Gaps between sections

website is Ebikodental.ca. pw: yitwub

1 Like

Hello @EbikoDental
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

  • Here is the solution for you @EbikoDental
  • Please follow these steps:

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
@media screen and (min-width: 641px) {
    .slideshow:not(.slideshow--edge2edge) {
        margin-top: 0 !important;
    }
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
1 Like