Centering portfolio zoom icon

Home Forums Jevelin Theme Centering portfolio zoom icon

Home Forums Jevelin Theme Centering portfolio zoom icon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • valeirski
    Participant

    Hi,

     

    I have disabled the “page link” function on my portfolio. At the moment only the zoom icon appears. Is it possible to center this in the middle?

     

    Cheers

    Solution for this topic

    Hi @valeirski,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-portfolio-overlay4-icons {
        width: auto;
    }
    
    #page-container .sh-portfolio-overlay4 .sh-overlay-item {
        width: auto;
    }

     

    Best regards,
    Shufflehound team

    valeirski
    Participant

    Thank you, this worked. Solved.

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)