Remove spacing on single portfolio page

hi there,

how can i remove the top spacing on the individual/single portfolio item pages?

i tried adding this CSS:
.x-header-landmark {display: none;}

but it removes the page titles on all other pages.

example: http://abwweb.org/portfolio-item/salero-adam-bryanbaum-wiltzie/

thank you.

Hi @martian7,

Thanks for writing in.

If you want to remove the space on this page or other individual pages, http://abwweb.org/portfolio-item/salero-adam-bryanbaum-wiltzie/

First, identify the post id.

Then use the class id to remove the space. For example, to that post.

.postid-154 .x-header-landmark {display: none;}

Hope it helps.

Let us know how it goes.

Thanks.

thanks for showing me how to find the post id, i was wondering!

so this css code works on 1 single portfolio item, how can i have all portfolio items included?

i removed the spacing, just added thus css instead:

.single-x-portfolio .entry-header {    margin-top: 0%;}
1 Like

Thanks for sharing your solution.

Glad to hear it’s sorted.

Cheers!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.