I was wondering how I would push the sidebar in the portfolio pages to the left rather than the right for each project. My boss wants a cutline on the right and so forth, not the left.
About moving the sidebar on single portfolio pages to the left instead of the right, there is no option for this and you will need to do your own modification to theme files to get it working like you want.
Take a look at the following file:
salient \ single-portfolio.php the sidebar div starts at line 184
You can try and move that div to above line 65 so that the sidebar appears before the content or post area. Hope you can work it from there.
I was wondering how I would push the sidebar in the portfolio pages to the left rather than the right for each project. My boss wants a cutline on the right and so forth, not the left.
Hi Matthew,
About moving the sidebar on single portfolio pages to the left instead of the right, there is no option for this and you will need to do your own modification to theme files to get it working like you want.
Take a look at the following file:
salient \ single-portfolio.php the sidebar div starts at line 184
You can try and move that div to above line 65 so that the sidebar appears before the content or post area.
Hope you can work it from there.