Hi,
Just provide me specific page url with sidebar. I will give to you exact code to move as you desire.
Thanks
Mohammad
Hi,
Please use this custom css code:-
.sidebar.sidebar-right {
border-right: solid 1px #ebebeb !important;
}
.site-content > row > .col-md-8{
float:right !important;
}
.site-content > row > .col-md-4{
float:left !important;
}
Thanks
Mohammad
I’m not sure if I’m doing it correctly because nothing happened.
Hi,
Where did you insert the code?
Thanks
Mohammad
Dashboard-Appearance-Edit CSS-Aditional CSS. I also tried putting it in Sidebar.php in Editor.
Hi,
Remove my last code and use this new code:-
.sidebar.sidebar-right {
border-right: solid 1px #ebebeb !important;
}
.site-content > .row > .col-md-8{
float:right !important;
}
.site-content > .row > .col-md-4{
float:left !important;
}
Thanks
Mohammad
-
This reply was modified 9 years, 1 month ago by
mdshak.
Where should I put it? Still nothing š
Hi,
Try this now.
.sidebar.sidebar-right {
border-right: solid 1px #ebebeb !important;
}
#site-content > row > .col-md-8{
float:right !important;
}
#site-content > row > .col-md-4{
float:left !important;
}
Thanks
Mohammad
Mohammad, Sorry to be a pain but this is still not working…should I be putting it somewhere other than “Additional CSS” ?
Hi,
Try this now. It will work definitely.
.sidebar.sidebar-right {
border-right: solid 1px #ebebeb !important;
}
#site-content > .row > .col-md-8{
float:right !important;
}
#site-content > .row > .col-md-4{
float:left !important;
}
Thanks
Mohammad
Hi,
Everytime i missed a small thing in code so it was failed. Anyway we got the success. I am very glad š to help you.
Thanks
Mohammad
Mohammad,
Everything inside the sidebar is no longer centered how it was…can this be fixed?
Hi,
Please use this code also:-
.sidebar.sidebar-right .widget {
padding: 30px 15px 30px 15px !important;
}
Thanks
Mohammad