Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1252573
White Space between Sections
Closed

Comments

  •  2
    aciddesigns started the conversation

    There is White space between sections and Quickfinders especially on the mobile version.

    can you help with the same.


  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    @media (max-width: 1199px) {
    .wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, 
    .last_toggle_el_margin, .wpb_button {
        margin-bottom: 0;
    }
    .gem-team-style-5 .inline-column {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        margin-top: 0;
    }
    }

     


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    aciddesigns replied

    Works only in Mobile.

    Not on Desktop

  •  2
    aciddesigns replied

    The same issue is present in http://silverice.in/contact-us/

    Also Desktop White space not resolved yet !

  •  7,092
    Oliver replied

    HI!

    Css:

    body .wpb_row {
        margin-bottom: 0;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver