Tagged: Side Bar
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!
Hey S-edwards,
Try this code in the General Styling > Quick CSS field:
.inner_sidebar {
margin-left: 10px!important;
}
Best regards,
Mike
Hello,
As i said above, i have already tried that code. It doesn’t work.
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
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;
}
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