Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #432709

    Hello!
    How can I get a white border 5px around the main content part only?

    Like this:

    Header*
    *Border start*
    Main Content
    *Border close*
    Footer

    Thanks in advance!
    K

    #432793

    Hi K

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #footer.container_wrap, #socket.container_wrap {
      border: none!important;
    }
    #main .container_wrap {
      border-right: 2px solid red;
      border-left: 2px solid red;
    }

    Cheers!
    Yigit

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