Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1182602

    View post on imgur.com

    Hey guys. Can you help me to delete the white blank space under the video (only at mobile view).

    Thanks a lot, greetings, Alex

    #1182604

    and 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.

    #1182660

    Hi,
    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,
    Mike

    #1182845

    Thanks 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?

    #1182851

    Hi,
    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,
    Mike

    #1182868

    Thanks Mike. Should i use the now code instead of the first one? or add it to the first code? greetings from vienna, Alex

    #1182872

    Hi,
    Please use both together

    Best regards,
    Mike

    #1182877

    Thank you and good night.Closed.

    #1182910

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘delete white space’ is closed to new replies.