Moving sidebars to the other side
-
Hi. You told me I could move the sidebar to the left with this css:
@media (min-width: 992px) { .page-id-60 .main.col-lg-9.col-md-8 { float: right; } }I actually want to move almost all sidebars to the left. Is there a way to do that and then put in css to move the other few to the right?
Alternatively is there a way to list all the page numbers in one line? Or do I have to copy and paste that code sixty times for sixty pages, just changing the page numbers?
And if I do the sixty times thing, will all that css slow down my website?
The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Moving sidebars to the other side’ is closed to new replies.