- This topic has 21 replies, 2 voices, and was last updated 4 years, 3 months ago by .
Viewing 22 posts - 1 through 22 (of 22 total)
Viewing 22 posts - 1 through 22 (of 22 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Aspire Theme Support › Aspire Pro Sidebar Size
Tagged: aspire pro, theme, wordpress
Hello,
I need help with my Aspire Pro theme.
It seems like the sidebar is taking 30% of space, how can I change the width of the sidebar in my theme.
Thank You.
Do you have a link to your site?
To change the sidebar width, you can look in your style.css for this – .sidebar-primary
It’s in the main section as well as the responsive CSS as well. If you have a link I can tell you the exact lines they’re located on.
Please help me out I am in the serious mess.
This is what I used in “Aditional CSS” block:
.sidebar-primary {
float: left;
margin-left: 60px;
width: 340px;
}
.content {
float: right;
width: 800px;
}
.anchor-space {
margin-top: -80px;
padding-top: 80px;
}
But it is not responsive to mobile devices. Please visit my website and blog post via a mobile device. It’s wide on mobile devices which is why I am losing my website ranking.
Can you please help me out to edit the CSS, I want my content area 800px minimum and 340px sidebar (left) there must be 60px margin from left.
Please help me out; I don’t see you guys helping out properly.