Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #795191

    Hello,

    I am trying to change the left margin on my right sidebar. I have looked through the forums but they arn’t working for me. I have tried this code without luck:
    .inner_sidebar {
    margin-left: 0px !important; }

    i have also tried
    div.inner_sidebar.extralight-border {
    margin-left: 0px !important; }

    and
    section#wppb-login-widget-2.widget.clearfix.login {
    float: left !important; }

    see website link below, i need to make everything in the sidebar fit!

    #795202

    Hey S-edwards,
    Try this code in the General Styling > Quick CSS field:

    .inner_sidebar {
        margin-left: 10px!important; 
    }

    Best regards,
    Mike

    #795206

    Hello,

    As i said above, i have already tried that code. It doesn’t work.

    #795217

    Hi,
    Did you try clearing your cache?
    Perhaps I don’t understand, can you add a screenshot of what you would like to see?

    Best regards,
    Mike

    #796234

    Hello,

    Thanks for your reply. I have created a screenshot of the page im looking at, see link in private section.

    The sidebar on the right is being squished together. See how the word “password” is being pushed into the input field, and the three user names at the bottom are spread across 4 lines. I need to decrease the left margin to give the text more room.

    I have tried using this code but it didn’t work, i have opened it in three browsers and its the same story with each so it can’t be a caching issue.

    .inner_sidebar {
    margin-left: 5px!important;
    }

    #796260

    Hello,

    I figured it out. Sorry it was my own fault. It turns out that i had a back to front } in the css which was causing all the following css to not work. You can close this ticket.

    Thanks

    #796268

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Side bar margin’ is closed to new replies.