-
AuthorPosts
-
February 4, 2014 at 1:55 pm #219346
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
February 4, 2014 at 3:40 pm #219405bump
February 4, 2014 at 5:13 pm #219494Hey!
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,
IsmaelFebruary 4, 2014 at 5:49 pm #219519Thank you for your reply.
However, unfortunately that did not work for me?
The sidebar is still not moving.
Cheers,
February 4, 2014 at 7:09 pm #219578Hey!
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!
IsmaelFebruary 5, 2014 at 1:43 am #219725http://solidracks.mikewrightweb.co.uk/?page_id=2
No matter what value i use it doesn’t seem to move.
Cheers,
MikeFebruary 5, 2014 at 1:57 pm #219915I do apologise it does work, i was working from a different CSS file. Thank you for your help!
February 5, 2014 at 1:58 pm #219916Another quick question, is it possible to move the main content next to the sidebar once the sidebar is completely on the left hand side?
February 6, 2014 at 5:52 am #220322Hey!
Try adding this code to the Quick CSS:
.container .content { position: relative; left: -444px; }Cheers!
JosueFebruary 6, 2014 at 11:15 am #220420Works 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-
This reply was modified 11 years, 9 months ago by
tyrenzo.
February 6, 2014 at 7:28 pm #220622Hi!
Go to Enfold > Sidebar and check this:

Regards,
Josue -
This reply was modified 11 years, 9 months ago by
-
AuthorPosts
- The topic ‘Moving the sidebar more to the left?’ is closed to new replies.
