Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #610245

    Please convert the following code to the proper format to drop in the CSS code box (seeking to change the 50px to 10px).
    I have tried using the code as is, changing the px size but it did not change the top or bottom padding.
    Thanks in advance for your help.
    Rickster

    Below code seems to be from “layout.css?ver=2:1405

    .content, .sidebar {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-height: 1px;
    z-index: 1;
    }

    #610248

    Hey Rick!

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

    .content, .sidebar {
    padding-top: 10px; 
    }

    Best regards,
    Yigit

    #610304

    great n thank

    Worked Perfectly…

    Rickster

    #610309

    Hi!

    Glad to hear it worked! Please feel free to reach out to us again on the forum if you need assistance with anything else.

    Cheers!
    Jordan

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