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

    Hello,

    I am trying to change the sidebar menu width while using the photography blog preset. How do I do that?

    #363682

    Hey jorgepavajeau!

    Please go to Enfold theme options > General Layout and change the dimensions as needed

    Best regards,
    Yigit

    #363691

    Hello,

    There is no option to change the width of the “Logo + Main Menu Area” there. That is the area I would like to modify.

    #363828

    Any help on this would be appreciated.

    #363943

    Hi!

    You can use this on Quick CSS or custom.css:

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

    Adjust the values on different screen sizes using css media queries.

    Best regards,
    Ismael

    #364689

    Thank you, that worked.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Changing with of Main Menu Area when using photography style theme.’ is closed to new replies.