Removing Empty Space
Hi, I'm curious how could I remove the space between Portfolio title and content in Portfolio Single Page.
I used the css below to remove descriptions of the Portfolio but I think it made an empty space.
-
.project-description li.one-third { display: none !important; }
.single-portfolio .single-photo-wrapper .image_frame { display: none !important; }
-
this is the image link which explains the space I want to remove.
Thank you and wait for your answer!
Comments
what is the url to page where you want to remove this extra space?