Removing the widget option from a portfolio.
-
Im looking to remove the widget option from the left hand side of my portfolios, to enable my images to be centred rather than offset to the right hand side… I’m running the ‘SNAPS’ theme. Can anyone assist with this please? Thanks in advance
The blog I need help with is: (visible only to logged in users)
-
Hi there, give the following a try and see what you think.
.entry-meta-wrap { display: none; } .single .entry-content-wrap { float: none; margin-left: auto !important; margin-right: auto !important; overflow: visible; } .single .entry-header { float: none; margin-left: auto; margin-right: auto; } -
Oops, I forgot one rule. Add this along with the above.
.single .post-navigation { float: none; margin-left: auto; margin-right: auto; } -
-
- The topic ‘Removing the widget option from a portfolio.’ is closed to new replies.