Okay
  Public Ticket #1785624
Portfolio Featured Image
Closed

Comments

  • artyla started the conversation

    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. :)

  •  8,997
    Tahir replied

    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;
    }

    Thanks


    ThemeNectar Support Team