• hello,

    I am using wordpress responsive theme.

    this is my website: http://www.simonmitas.com/our-services

    on this page i have a plugin called collapse-o-matic which hides text (via those red arrows)

    but as you see when you open one drop-down that the sidebar on the right moves..
    I need to stop that from moving and I have tried pretty much all I think of.. could anyone pretty please help me out with this one.

    Many Thanks
    Simon

Viewing 4 replies - 1 through 4 (of 4 total)
  • (via those red arrows)

    What red arrows?

    when you open one drop-down

    No idea where you have a drop-down.

    Can you put an example of the code you “tried”? That might help explain what you’re trying to do.

    Thread Starter simonmitas

    (@simonmitas)

    on this page.. http://www.simonmitas.com/our-services

    it’s where the content is.. if you click on any of the red arrows, the sidebar on the right moves. im trying to keep the sidebar static.

    Thank you for your response, if you could help it would make my day 🙂

    Yes, I see what you’re talking about now.

    This is a Cyberchimps theme. You may want to contact them for support on modifying their sidebar css.

    Hi,

    You can try this css code

    `
    #content {
    width:75%;
    float:left;
    }

    #widgets {
    width:25%;;
    float:left;
    }

    #black-studio-tinymce-21 {
    margin-top: 0 ;
    margin-left: 0 ;
    }

    #black-studio-tinymce-22 {
    margin-left: 0;
    }

    `

    I hope to work as it worked to me

    See at http://awesomescreenshot.com/0cb3dj4yaf

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘sidebar moving.. I need HELP:(’ is closed to new replies.