Okay
  Public Ticket #2116861
White Gaps under Photos on mobile
Closed

Comments

  •  2
    Absattack started the conversation

    hi, i have white gaps under 2 of 4 specific logos on the mobile page. i tried everything i know to get rid of them. can you help me with this problem? thanks in advance :)

  •  3,024
    Andrew replied

    Hi there,

    Can we have a link to your website we see the possible css to remove that.

    Thanks.

  •   Absattack replied privately
  •  3,024
    Andrew replied

    Hi there,

    Use the following custom css:

    @media only screen and (max-width: 1000px) {
    .full-width-section >.col.span_12.light, .full-width-content >.col.span_12.light, .col.span_12.light .wpb_text_column >.wpb_wrapper >ul {
        color: #fff;
        background: #444444;
        }
    }
    

    Hope this helps.

  •  2
    Absattack replied

    Hey Andrew!

    this worked for the problem, thanks, but now the testimonial area has also the same dark grey bg as a housing. is there a way to solve it? :)

    thank you so much

  •  2
    Absattack replied

    here is a photo

  •   Andrew replied privately
  •  2
    Absattack replied

    thanks! this worked!