Okay
  Public Ticket #625682
Portfolio Gap (Padding) Spacing
Closed

Comments

  • Dustin started the conversation

    Hello,

    Question 1:

    I am trying to reduce the padding around the individual portfolio thumbnails while maintaining the 3 column layout (see attached image). Is this something that I can change via a the visual composer or will that require some custom CSS?

    Question 2:

    Can I remove the title text from displaying on the portfolio items while maintaining the zoom effect on hover?

    Thanks so much for the help.

    Cheers,

    Dustin

  •  8,992
    Tahir replied

    Hey ,

    1: We dont have a gutter option available and this would likely require JS as well as CSS edits.

    2: Please provide the page pass so i can write up the css to hide the titles.

    Best.


    ThemeNectar Support Team 

  • Dustin replied

    http://www.dustinlee.ca/

    Page password is:


    Thanks so much Tahir!


  •  8,992
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .portfolio-items .col .work-item.style-3-alt h3 {
        display: none !important;
    }

    Best.



    ThemeNectar Support Team 

  • Dustin replied

    Works perfect!

    Thanks again.