Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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

    #219405

    bump

    #219494

    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

    #219519

    Thank you for your reply.

    However, unfortunately that did not work for me?

    The sidebar is still not moving.

    Cheers,

    #219578

    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

    #219725

    http://solidracks.mikewrightweb.co.uk/?page_id=2

    No matter what value i use it doesn’t seem to move.

    Cheers,
    Mike

    #219915

    I do apologise it does work, i was working from a different CSS file. Thank you for your help!

    #219916

    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?

    #220322

    Hey!

    Try adding this code to the Quick CSS:

    .container .content {
        position: relative;
        left: -444px;
    }

    Cheers! 
    Josue

    #220420

    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

    • This reply was modified 11 years, 5 months ago by tyrenzo.
    #220622

    Hi!

    Go to Enfold > Sidebar and check this:

    Regards,
    Josue

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Moving the sidebar more to the left?’ is closed to new replies.