Okay
  Public Ticket #1067145
space at top of portfolio project
Closed

Comments

  •  2
    Kimberley Norcott started the conversation

    Hi, 

    I've been trying to figure out how to remove a space that is happening on each project in a portfolio row i've created. I can't figure out how to make the first item in the portfolio load so that the top edge touches the header bar upon loading. 

    i will attach an image if that will help. 

    thank you in advance. 


  •  3,030
    Andrew replied

    Hi Kimberley,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    Kindly provide me with a link to that page so that I may have a closer look and provide you with some Custom CSS that should help.

    Looking forward to your reply :)

    Cheers! 

  •   Kimberley Norcott replied privately
  •  2
    Kimberley Norcott replied

    Youll also notice that I have added a Centered Headline to each, and the type is teeny, instead of the size of Header 1. I think there is custom code already input that is effecting this, but not sure. 

  •  8,999
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #full_width_portfolio .project-title{
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team