Okay
  Public Ticket #2019360
Responsive Layout
Closed

Comments

  •  1
    selibre started the conversation

    Hello!

    I've tried my best trying to customize the CSS for responsive but while I can do the thing I want in half of the web, I can't in the other side. I mean:

    I wish to attain the margins in the bellow image. I modify the responsivenes for the img through Custom CSS;but trying to do the same on the text part and the custom CSS is ignored. There is a way to fix that?

    Thank you in advance!

  •  1,559
    Laborator replied

    Hi there,

    Are you trying to remove the spacing for the image through CSS? Have you checked our documentation article about adding Custom CSS to your site.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    selibre replied

    Yes I did.I put in the proper section the margin option but doesn't work (see attachment). That original 20% margin is in line 1, and the one I put in custom CSS is in line 2; that the reason I think my custom CSS is ignored. One possible solution could be removing the margin on WP Bakery and doing all through Custom CSS? 

    This is the code I put:

    .vc_custom_1558450526507 {
        padding-left: 10% !important;
    }


  •  1,559
    Laborator replied

    You're right but that's not something we can change as WPBakery does not have some extra fields for padding and margin only in mobile devices, so what we do is add a class to that element and then manually edit it under the Custom CSS for each device, I hope you understand what I mean.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    selibre replied

    sure! Thank you very much!