Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1687257
Footer block issue on mobile
Closed

Comments

  • ofthisplanet started the conversation

    please see attached.


    white space below pink block above footer

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Addinational CSS to remove that margin:

    @media (max-width: 767px){
        .vc_row_11337174 ..vc_column_container{ margin-bottom: 0; }
    }
    

    Best Regards,

    PenciDesign

  • ofthisplanet replied

    Added the code, but it is still there.

  •  2,699
    PenciDesign replied

    Hi,

    Please try replace that code with this code:

    .site-main .vc_column_container{ margin-bottom: 0; }
    

    Best Regards,

    PenciDesign