• Hello people,

    I really appreciate your guys effort in keeping the forum active and flowing with useful information.

    I am using the customizr theme to design a website at work. I would really appreciate if you guys could help me solve this and I am sorry if this has been already answered. A pointer to that previous post would be of great help.

    I would like to bring the right side bar along side the Slider. I
    used the Custom CSS field to reduce the width of the slider, but am still not able to figure out how to bring the right sidebar along side the slider. Can someone help me with this, Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Link to your site would be useful please.

    Thread Starter hvalayap

    (@hvalayap)

    Hi rdellconsulting, thanks for the reply!

    I got it fixed. I reduced the slider width, pushed it to the left and Used custom CSS to take the right sidebar up:

    #customizr-slider {
    height: 152px;
    min-height: 152px;
    line-height: 152px;
    width: 900px;
    float: left;
    }
    .span3.right.tc-sidebar {
    position: absolute;
    top: 160px;
    left: 910px;
    }

    Thanks for the reply again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving the Right side bar along side the slider’ is closed to new replies.