Categories

Featured templates

Monstroid. How to change sidebar width

Carey Burns May 26, 2016
Rating: 5.0/5. From 2 votes.
Please wait...

Our Support team is ready to present you a new tutorial that shows how to change sidebars width in Monstroid themes.

There are 3 sidebars that are usually used for pages with the sidebar: Main Sidebar , Secondary Sidebar and Custom sidebar:

monstroid_how_to_change_sidebars_width_1

Main Sidebar

monstroid_how_to_change_sidebars_width_2
  1. Inspect the sidebar with the developer tools to locate the css rule for sidebar width:

    monstroid_how_to_change_sidebars_width_3
  2. Copy the code to Cherry > User Css section and change the width value, save changes:

    monstroid_how_to_change_sidebars_width_4
  3. Then you will need to change the width of the content section in same way, make sure content and sidebar can fit in one row:

    monstroid_how_to_change_sidebars_width_5
  4. After changing the sidebar and content width, you will also need to change the location of divider:

    monstroid_how_to_change_sidebars_width_6
  5. Inspect the element with the developer tool and change the css rule to move the divider to correct location:

    monstroid_how_to_change_sidebars_width_7
  6. Since the sidebar is displayed under content on devices with width less than 992px, you will also need to change the sidebar width to 100% for such devices. Use the same sidebar css code with a media query and change the width to 100%. Your code should look like the following:

    @media (max-width:992px){
    .sidebar-content-wrapper .cherry-sidebar-main.widget-area, .content-sidebar-wrapper .cherry-sidebar-main.widget-area {
    width: 100%;
    }
    }
  7. Save your custom css codes in Cherry > User CSS section and check the result on your website:

    monstroid_how_to_change_sidebars_width_8

Secondary Sidebar

monstroid_how_to_change_sidebars_width_9
  1. You will need to locate and modify the width for the secondary sidebar with the help of developer tools if you need separate styles for it. Content width, location of divider and sidebar width on mobile devices are defined in the same way for all sidebars.

  2. Your code for secondary sidebar width will look like the following:

    .cherry-sidebar-main.sidebar-secondary.widget-area {
    width: 25% ;
    }

Custom Sidebar

monstroid_how_to_change_sidebars_width_10
  1. You will need to locate and modify the width for the custom sidebar with the help of developer tools if you need separate styles for it. Content width, location of divider and sidebar width on mobile devices are defined in the same way for all sidebars.

  2. Your code for custom sidebar width will look like the following:

    .cherry-sidebar-main.cherry-sidebar-manager-0.widget-area {
    width: 20%;
    }   

Feel free to check the detailed video tutorial below:

Monstroid. How to change sidebar width
Cool Wordpress Themes
This entry was posted in Monstroid Tutorials and tagged Monstroid, sidebar, width. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket