Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #268509

    Hello

    What must i do to reduce the margin to 25px in quick css :
    body .column-top-margin {
    margin-top: 50px;

    Thank you

    #268531

    I am not sure what your problem is.

    Only thing i see is that you did not close the bracket.
    Changing the margin is as easy as changing the value:

    body .column-top-margin {
    margin-top: 25px;
    }
    #268787

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    body .column-top-margin {
    margin-top: 25px;
    }

    If this is not what you meant, please elaborate

    Regards,
    Yigit

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