-
-
Hi Codeless,
How do I add some extra space in the top of my blog post pages? I’m using the “Modern Style”-menu and when I’m not using the page header, the menu is overlapping the image and the search function on the right side of the blog posts.
Is there any way to add some space for dekstop version? Just to free the menu from the blog content. I’ve tried a custom page header in white with a height of 80 px, but it doesn’t work.
url: https://qademo.philscan.com/langhoffdk-new/gavevalgshop-til-firmajulegaven-faq-sporgsmal-svar/

-
Hello,
Please add this code into your custom css box:
.single-post .top_wrapper { padding-top: 100px !important;}Best regards!
-
Hello Mihaila,
Thank you! It works.
I tried looking into the code, but I couldn’t see which class to change in order to do similar to this page.
https://qademo.philscan.com/langhoffdk-new/overlay-3-columns/cases/
It is a portfolio-page. I also want to add some extra padding in top to make the categories visible. Could you help me?
-
Hello,
Do you want this effect for this specific page only? If so add this code into the page’s custom css box:
.top_wrapper { padding-top: 100px !important;}
Let us know.Best regards!
-
Hello,
Yes, I want this effect for this specific page only: https://qademo.philscan.com/langhoffdk-new/overlay-3-columns/cases/I cannot find any custom css box on specific pages. How do I find it?
-
Hello,
The page’s custom css box is located at the top-right corner of the Visual Composer area. Please see screenshot. Any css code added here is valid only for this page.
Best regards!
-
Exactly what I was looking for! Perfect. Thanks again.
-
You must be logged in to reply to this topic.
