Tagged: yigit
-
AuthorPosts
-
February 8, 2020 at 4:18 pm #1182602
Hey guys. Can you help me to delete the white blank space under the video (only at mobile view).
Thanks a lot, greetings, Alex
February 8, 2020 at 4:20 pm #1182604and it would be great to delete the blank space in the blue area below the two round images with the hand :)
also only in mobile view.February 8, 2020 at 10:13 pm #1182660Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 767px) { #top.page-id-17 #av-layout-grid-1 > div > div > div,#top.page-id-17 #av-layout-grid-1 > div > div > div > .avia-iframe-wrap { margin-bottom: 0 !important; } #top.page-id-17 #av-layout-grid-1 > div { padding-bottom: 0 !important; } #top.page-id-17 #angebot > div > div { padding-top: 0 !important; padding-bottom: 0 !important; } }
This is for both requests, after applying the css, Please clear your browser cache and check.
Best regards,
MikeFebruary 9, 2020 at 9:01 pm #1182845Thanks Mike, the space below the video is gone. Thank you for this. Is it possible to reduce the space here: https://imgur.com/a/PKoYy5M (only in mobile view)?
for 100px or so beetween the lines?
February 9, 2020 at 9:34 pm #1182851Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 767px) { #top.page-id-17 #av_section_4 .avia-logo-element-container .avia-smallarrow-slider-heading.no-logo-slider-heading { display: none !important; } #top.page-id-17 #av_section_4 .avia-logo-element-container { margin: 0 !important; } #top.page-id-17 #av_section_4 .avia-logo-element-container .slide-parity-even { margin-bottom: 0 !important; } }
Best regards,
MikeFebruary 9, 2020 at 10:45 pm #1182868Thanks Mike. Should i use the now code instead of the first one? or add it to the first code? greetings from vienna, Alex
February 9, 2020 at 11:01 pm #1182872February 9, 2020 at 11:19 pm #1182877Thank you and good night.Closed.
February 10, 2020 at 5:09 am #1182910Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘delete white space’ is closed to new replies.