Hi,
I'd like to know what changes should I make to css files to make sidebars thinner and therefore content space wider.
Hi,
I'd like to know what changes should I make to css files to make sidebars thinner and therefore content space wider.
Hi,
You can add this on your custom.css
.content {
width: 715px;
}
.sidebar {
width: 150px;
}
Regards,
Ismael
Sidebar is thinner but it is not aligned to the right side, so content page is not wider. I finally figured out necessary changes for the effect I wanted:
.content {
width: 715px;
}
.sidebar {
width: 150px;
float:right;
}
.dual-sidebar .content{
width:550px;
margin-left:190px;
}
.dual-sidebar .sidebar{
width:120px;
}Hi Signum,
Is this issue really resolved now?
Regards,
Ismael
Yes, the code that I've posted above did the trick. But I've got another problem now - is there a way to make sidebar on one page wider than on all the others?
Hi,
Inspect element then look for the body tag. Example for single post there should be a body class of .single, for fronpage or home there should be a body class of .home.
Regards,
Ismael
I would like to know how to make the menu tabs smaller to fit the sidebar? Right now i inserted the code you provided and its just making the transparant background of the sidebar thinner. http://jonmphotography.com/wedding-photographer/?page_id=196
Hi,
@jonmenezes: I believe I just answered your inquiry. You are using a different theme. This post is for Corona.
This is your thread.
Regards,
Ismael
You must log in to post.