-
Captain_ZissouParticipant
Hello everybody,
I would like to customize the width of my right sidebar. I can choose the number of columns but not the size. Is it possible to custom this thing? If yes, how can I make it?
Thank’s a lot for your answers π
solysombraParticipantAhoy captain,
I had the same problem. I solved this by tweaking CSS line 577. By default, the two column layout (which I am assuming you are using) is set for a right column of 50%, which is obviously too big for a sidebar. I used the following custom CSS in the theme options layout area to make it smaller:.twocol {
width:30%
}Use whatever percentage you wish, but I found that 30% looks good.
Hope that helps!udmParticipantThankyou, this really is a great theme! I tried changing CSS line 557 and that works great but it changes all the pages on my site. Is there a way to apply it to specific pages, or better still to a page template?
I have created a new page template and specified the size of the content like this to get the size I want:but the widget I have in the sidebar still drops to the bottom of the page. You can see here: http://www.udmsamba.com/about-us/
Is there a line I can add to the page template to solve this problem or to the css which is specific to a page or template?
Sorry I am quite new to this. I hope the question is clear!
Thanks Tammy
udmParticipantThankyou, this really is a great theme!
I tried changing CSS line 577 and that works great but it changes all the pages on my site. Is there a way to apply it to specific pages, or better still to a page template?
I have created a new page template and specified the size of the content like this to get the size I want:but the widget I have in the sidebar still drops to the bottom of the page. You can see here: http://www.udmsamba.com/about-us/
Is there a line I can add to the page template to solve this problem or to the css which is specific to a page or template?
Sorry I am quite new to this. I hope the question is clear!
Thanks!
udmParticipantto add to this: if I change the layout from 2 column to 4 column I can get the widget to display top right but it it’s all skinny and strange looking even though I have this line in the custom css box:
#sidebar-top.widget-area .vertical-menu-widget [style] {width: 100% !important;}
You must be logged in to reply to this topic.