How to remove Space between Title and Portfolio Text

hi please see for example:

i tried already to 
content remove padding 
changed the inner distance to 0px.

but no success. please help. 

BTW i got the following custom CSS running to get rid of meta tag:

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

Comments

  • o and is there a way to integrate a back to portfolio overview button in the navigation bar?
  • Hi,

    to remove space between title and the content, you need to use the following css:
    .single-portfolio .single-photo-wrapper.image { display: none !important; }
    However, we do not have any "back to portfolio" feature included.
Sign In or Register to comment.