Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #877330

    Hi!
    I want to change the Top and Bottom margin of separator. The defaut gap is too large to view on mobile device. I did try to set the margin to 0px in Custom but nothing change.

    And I also want to change the leading of the footer’s content. It is also too high.

    Thank you!

    #877333

    Hey PhuongPN,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #877421

    Dear Mike,
    Pls visit http://blackoutvn.com/giay-dep-nu/ for your reference.
    Best regards,
    Phuong

    #877748

    Hi PhuongPN,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #878708

    Hi Victoria,

    I can not see any code. Pls resend its.

    Thanks

    #878939

    Hi,

    Sorry about that, please try this in Quick CSS:

    @media only screen and (max-width: 767px) {
    #footer .widget {
        margin: 10px 0 30px 0 !important;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 7 years ago by Rikard.
    #878955

    Hi Rikard,

    Thank for your reply but the margin still the same. Anyway, I have found other way to fix it.

    Best regards,

    #879055

    Hi,

    Great, glad you found a solution. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.