Hey
any way to hide the Header (Left Site) when entering a portfolio Item?
Thanks!
Hey ddaletzki,
I’m not exactly what you want to hide, could you provide us with a screenshot indicating what header you mean please? You can upload to for instance imgur.com and then link to the image here.
Regards,
Rikard
Hey Rikard,
So thats a Portfolio item page. I would like to hide the header with the menu items on the left.
Like a Fullscreen portfolio. Not Global just for the portfolio items…
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.single-portfolio #header {
display: none;
}
.single-portfolio #main {
margin-left: 0;
}}
Please make sure to add a button to go back to portfolio overview page so your visitors will not be trapped in single portfolio pages :)
Best regards,
Yigit
Working now!
(max-width: 768px) to 1920px
Hey!
Sorry, please change the code to following one
@media only screen and (min-width: 768px) {
.single-portfolio #header {
display: none;
}
.single-portfolio #main {
margin-left: 0;
}}
“max” should be “min” :)
Best regards,
Yigit
Hello Kiriesi staff
by inspecting the portfolio items with google chrome source page inspector, have notice in the header of hidden links that should not be there:
is it possible to hide the header only in portfolio items?
Many thanks
Hi,
@Sachasilvestri Please edit your portfolio items and under Layout section, choose to hide header – https://imgur.com/a/GJyq0Dt
since this thread is pretty old, we are going to close it. If you have any other questions or issues, please start a thread under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post :)
Best regards,
Yigit