Slider Hidden Under The Header - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Slider Hidden Under The Header

A

anjema

Helix Framework 3 years ago

Hi

In desktop view the slider of the first row is partial hidden under the header

How can is solve this ?

Dirk

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #79898

Hi,

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
A
anjema
Accepted Answer
3 years ago #79899

hi

You can see it in desktop view on:

www.osteopathie-anjema.nl/nieuw2022/

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #80025

Hello

Are you talking about this?

https://prnt.sc/HZhNivcmqrck

0
A
anjema
Accepted Answer
3 years ago #80030
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #80094

Use this custom CSS

.sp-slider-outer-stage{
    position:relative;
    top:130px;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
A
anjema
Accepted Answer
3 years ago #80167

thanks for your reply, bit this isnt really solving the issue... now there is extra blank space in mobile view

can it be related tot my earlier post about the header which would not change in height after changing the values in the template options ?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #80274

Please delete my previous CSS and use this custom CSS

.sp-page-builder .page-content #section-id-1660744339212{
        padding: 150px 0px 50px 0px !important;
}
0