Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #311777

    Hi,

    I would like to change the size of the border of my main content area. How can I do that please ? Thank you so much,

    Vincent

    #311781

    Hi Vincent!

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

    .content { border-width: 5px; }

    Regards,
    Yigit

    #311805

    Hi Yigit,

    It does not seems to work.. Here is the link : http://alexandra.livretpartition.com/

    I would like to put the border surrounding the white area in #3a3731 and size 10px. Thank you !

    #311815

    Hi!

    Please use following code in Quick CSS instead

    div#main {
    border: #3a3731 solid 10px;
    }

    Best regards,
    Yigit

    #311863

    Perfect, thank you !

    #311868

    Hey!

    You are welcome Vincent, always glad to help!

    Cheers!
    Yigit

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