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

    Hi,

    Could you please help me? I am setting up a new website for a client and i have change width of menu sidebar left tp 280px and keep the content in tact. Can i use Quick CSS? This would actually be a good feature =D

    #982893

    Hey Michael,

    Thank you for using Enfold.

    The width is set to 300px by default. You can use these css codes to adjust it.

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

    Best regards,
    Ismael

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