Home › Forums › Fitness Pro Forum › Fixed header – dynamic content
- This topic has 5 replies, 2 voices, and was last updated 2 years, 10 months ago by
Forum Moderator.
-
AuthorPosts
-
May 10, 2020 at 6:55 am #151419
Hello SKT community,
I wanted a fixed header on my page. I was able to realize this in “Custom CSS”. (See CSS Code). Now the ccs header hides text on some pages. Is it possible to keep the header fixed and adjust the bottom of the page dynamically to the fixed header?
.header_wrap.layer_wrapper { position:fixed; z-index:60; width:100%;}
#slidera { margin:128px auto 0;}-Gym ProVersion: pro1.0
Best Regards.
May 11, 2020 at 7:22 am #151516Hi,
Kindly show us your website URL please?
Regards,
BradMay 13, 2020 at 5:18 am #151805Hi Brad, the URL is not public. I’m hoping somebody can help me anyway. Thanks
BR.May 13, 2020 at 5:25 am #151808Hi,
Okay, Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
BradMay 14, 2020 at 10:24 am #151972https://imgur.com/a/DNOagZr
Hi Brad,
here is a small overview of the site. Unfortunately I cannot show the full content. The header from the page goes to the red line. There is a text on the page, but it is covered by the header. That means that there is still text behind the header. Here it would be good if the text could be placed under the header. Dynamic maybe..
BR
May 14, 2020 at 12:03 pm #151987Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.page .header_wrap.layer_wrapper { min-height: 220px; }
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.