Tagged: enfold, filter, kriesi, revolution slider
-
AuthorPosts
-
September 18, 2019 at 12:46 pm #1139445
Hi there,
I have a fullscreen slider revolution which – when in mobile view – creates a big white space underneath which i´happens due to the following inline code/css:<div id='revolutionslider_1' class='avia-layerslider avia-revolutionslider main_color avia-shadow avia-builder-el-0 el_before_av_hr avia-builder-el-first container_wrap fullsize' style=' min-height: 869px;' ><link href="https://fonts.googleapis.com/css?family=Montserrat:400%7CLato:700%2C300%2C400" rel="stylesheet" property="stylesheet" type="text/css" media="all">
I need to get rid of the min-height 869px but can’tfind it anywhere in the theme settings
Any hint would be highly appreciated .. :)
September 18, 2019 at 8:34 pm #1139680Edit in the element, in the element when you hover above the block in the editor, you will notice the small pencil and notepad icon. After you hover above it, click the notepad floating on the container. Then at the top left it says minimum height.
This setting is only on the pages in the editor, and not in the theme setting itself.
Sometimes there is still white space, we need to get he beta enfold link.
September 18, 2019 at 8:35 pm #1139685Give me your login if you need help.
September 21, 2019 at 2:53 pm #1140454Hi,
@Apachee, sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.home #revolutionslider_1 { min-height: 0 !important; }
This assumes that the slider is only on your homepage. Please clear your browser cache and check.
Best regards,
MikeSeptember 23, 2019 at 9:12 am #1140888Hey Mike,
thx for the response .. that worked .. thank you very much.
Strangely it would not work in the child themes styles.css but in quick css it did..
Feel free to close the topic ..
Cheers
AxelSeptember 23, 2019 at 10:32 am #1140952Hi Apachee,
Glad you got it working for you with Mike’s help! :)
If you need further assistance please let us know.
Best regards,
VictoriaDecember 2, 2020 at 2:14 am #1264352Hi. That worked for me on our home page, but I have the same issue with a slider on a different page: https://vashoncenterforthearts.org/nutcracker/ Can you share the CSS that would fix a page other than the home page? thx
December 2, 2020 at 5:26 am #1264392Hi,
Try the following in quick css:
#top.page-id-46656 #revolutionslider_1 { min-height: 0 !important; }
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.