• Hey,

    I know there are a thousand topics about this but i didn’t manage to find a solution.
    I have a wordpress theme called Jade and i’m doing a webstore. I choosed box layout and bought a plugin called WP Accordion menu and categories. After some modefiing (and help from the author) i decreased the width of the plugin with the following codes:

    
    .met_sidebar_box .wpb_category_n_menu_accordion > ul > li a {
     display: block;
     margin: 0;
    }
    
    .widget_wpb_wmca_category_accordion_widget {
    max-width: 228px;
    }
    
    .met_sidebar_box 
    max-width: 230px;

    The problem is the gap that i have between the sidebar and the slideshow. I want the slider to be closer to the sidebar. Previous sidebar (of the theme) was right to the sidebar as you would see in the picture bellow (i made the picture with firebug on).

    Picture:

    https://shrani.si/f/2a/70/UlE27ep/problem1.png

    Funny thing is, that if you open a product, the sidebar is much closer (the way i want it to be) to the product picture.

    Picture:

    https://shrani.si/f/31/iO/qI3nB8w/problem2.png

    Thank you for your help,

    • This topic was modified 8 years, 1 month ago by exe65.
    • This topic was modified 8 years, 1 month ago by exe65.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Jade – sidebar width “WP accordion and categories”’ is closed to new replies.