Okay so i have a left-sidebar, but i don’t think it’s quite left enough. How could i move this sidebar more to the left? I have tried fiddling about with the css but nothing will work.
Cheers
bump
Hey!
You can move the sidebar using this but you will leave a gap on the left side of the content:
#top #main .sidebar_left .sidebar {
left: -50px;
}
You need to add this to fix the gap:
.sidebar_left .content {
padding-left: 0;
border: none;
}
Regards,
Ismael
Thank you for your reply.
However, unfortunately that did not work for me?
The sidebar is still not moving.
Cheers,
Hey!
It does move on our end. Please try to move it more to the left, maybe by -200px. Remove browser cache then reload the page. Please give us a link to the actual page so that we can check it.
Cheers!
Ismael
http://solidracks.mikewrightweb.co.uk/?page_id=2
No matter what value i use it doesn’t seem to move.
Cheers,
Mike
I do apologise it does work, i was working from a different CSS file. Thank you for your help!
Another quick question, is it possible to move the main content next to the sidebar once the sidebar is completely on the left hand side?
Hey!
Try adding this code to the Quick CSS:
.container .content {
position: relative;
left: -444px;
}
Cheers!
Josue
Works perfectly, thank you!
The only problem i’m having now is on a smaller monitor or media screen the sidebar is not visible?
How would i fix this?
Cheers,
Mike
Hi!
Go to Enfold > Sidebar and check this:
Regards,
Josue