Hey, can you post a link?
Thread Starter
shann
(@shann)
Thread Starter
shann
(@shann)
It suddenly change it’s position from right to left.
So it looks like you’ve added this to your css:
.col-md-8 {
float: left;
}
You need to remove that. What exactly are you wanting to float left?
Sorry that’s wrong, you’ve added a float right div and that’s what needs to be removed.
Thread Starter
shann
(@shann)
where do i find that code?
Thread Starter
shann
(@shann)
The sidebar should be positioned to right.
Something like this:
.main col-lg-9 col-md-8 {
float: right;
}
Looks like you were trying to float your body text right? Doing that would push the sidebar to the left.
Did you add that to your custom css box in theme options?
Thread Starter
shann
(@shann)
So do i need to remove that code you’ve posted? Where do i find that code? Sorry im just a beginner in wordpress.
Thread Starter
shann
(@shann)
I didn’t add anything on the code. It just happened automatically. I dont know why.
Weird. Try pasting this in your custom css box in theme options > advanced settings.
.col-md-8, .col-lg-9 {
float: left !important;
}
Let me know if that works!
Hannah
Thread Starter
shann
(@shann)
It worked! Many thanks! π But i have another problem.
Look on the other pages of the site. The sidebar placed in different places π
Sorry, I’m trying to figure out the root of the issue. Is there anything else in your custom css box?