• Hello, is it possible to move the image slider on the front page down, so it sits below the header and menu bar?

    thanks for any help in advance

Viewing 1 replies (of 1 total)
  • Hii stevemcc1964,

    Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste the below CSS in Custom CSS box and save.

    @media (min-width: 1200px) {
    .carousel {
        margin-bottom: -20px !important;
        top: 7px !important;
    }
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Move Slider Position’ is closed to new replies.