I am having trouble and I have tried google for solution but I was not able to find any.
On the portfolio section when we make a submission with a featured image it is left aligned. There seems to be no way to center the image. I know the image is smaller than it should be but I wanted to know if there was any CSS code I can add to center the featured image on portfolio submissions.
Thank you very much for your help and I love the theme. :)
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
div#full_width_portfolio img.attachment-full.size-full {
display: table;
margin: auto !important;
}
I am having trouble and I have tried google for solution but I was not able to find any.
On the portfolio section when we make a submission with a featured image it is left aligned. There seems to be no way to center the image. I know the image is smaller than it should be but I wanted to know if there was any CSS code I can add to center the featured image on portfolio submissions.
Thank you very much for your help and I love the theme. :)
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team