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

    Hi,
    I’d like the sidebar of my imported demo on on enfold consulting , to be smaller than 20%, say 10% or even less.
    How can i do that?

    #811563

    that’s urgent. please reply asap..

    #811770

    Hi CY,

    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

    
    .html_header_left #main {
        margin-left: 270px;
    }
    .html_header_sidebar #top #header {
        width: 270px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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