How to move smallbar
- The topic ‘How to move smallbar’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I’ve enabled a small left widget of the smallbar on singular article pages and tried to move it to the right of the article content, left of the sidebar, but I got no success.
Please show me the way to do it. What I expect is like in this image: https://d.pr/free/i/esVzM1, thanks to Microsoft Paint.
Thanks and have a good weekend,
Ken
The blog I need help with is: (visible only to logged in users)
Well that was harder than I imagined, but this seems to work:
.singular .col-sidebar.sidebar-small {
float: right;
width: 25%;
}
.singular .main {
overflow: hidden;
width: 75%;
float:left;
min-height: 10px;
}
.singular .main-content {
width: 75%;
}
Thanks – Ben
The code has helped. Thank you so much.