Portfolio page top gap

edited October 2014 in Portfolio
My portfolio page look like this. Mixed with logo and menu. Also i dont want share box, release date, publisher info, like box and lines on top. 
What can i do?

Comments

  • edited October 2014
    Hey,

    to remove all elements that you don`t need, please use below custom css:
    .single-portfolio .post-header .button-love { display: none; }
    .portfolio .post-meta { display: none; }
    .single-portfolio .post-header .title_wrapper { border-left-width: 0 !important; }
    .single-portfolio .single-photo-wrapper .share_wrapper { display: none !important; }
    .single-portfolio .single-photo-wrapper .image_frame { margin-left: 0 !important; }
    .single-portfolio .portfolio .project-description { display: none !important; }
    .single-portfolio .post-nav { visibility: hidden; }
  • Much better. But still logo mixed with portfolio title also lines..
  • We gave you code for lines above. It is the last line, as below:
    .single-portfolio .post-nav { visibility: hidden; }
    But about title what exactly you want to do? Move little a little bit down or what?
  • edited October 2014
    Yes, absolutely. I want the 150 px head space in all portfolio pages.
    And if I do not want to see the big picture, what is the code?
  • So to move subheader 150px down, please use below css:
    .single-portfolio .post-header { margin-top: 150px; }
    but about big image, as we see you already removed it so you sorted it, right?
  • Yes. I figured out how to delete. For next update: My biggest problem in portfolio pages. I hope you find a good solution.
    Thank you very much for excellent support. 
Sign In or Register to comment.