-
AuthorPosts
-
October 5, 2017 at 3:17 pm #860605
Hi,
Please see one of the pages of our site under development (link below).
Apart from the home page of the site, we show the title container + bread crumbs in the header on all other pages. With some screen widths the title container is not fully visible. It seems to ‘disappear’ under the logo area. This appears to be the case for screens between 768 and 989 px.
I set menu for mobile for smartphones and tablets (screenwidth up to 990px). Further I set the header to sticky header, schrinking header and unstick the topbar.
I have the impression that the “unstick top bar” is not working for screens between 768 and 989 px and that this perhaps could be the reason that part of the title bar is unvisible…?
Please advise.
Thanks in advance,
MoniqueOctober 6, 2017 at 12:21 pm #860966Hey Monique,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) and (max-width: 1024px){ .responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 130px; } }
If you need further assistance please let us know.
Best regards,
VictoriaOctober 6, 2017 at 12:32 pm #860976Hi Victoria,
Thanks! That helps!
Any idea what caused the issue in the first place?
Regards,
MoniqueOctober 9, 2017 at 4:00 pm #861953Hi Monique,
Well, the header is taller, than it normally is and so it has to be slightly adjusted.
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaOctober 12, 2017 at 9:28 am #863269Hi Gloria,
Since it is a theme option to change the height of the header, you may expect this to automatically be adjusted. Or not?
Regards,
MoniqueOctober 12, 2017 at 12:50 pm #863385Hi Monique,
I haven’t seen where you set it, but yes, I would assume it should. Anyway, we got it working for you right?
If you need further assistance please let us know.
Best regards,
VictoriaOctober 13, 2017 at 1:15 pm #863925Hi Victoria,
Yes, you got it working :-)
I am a ‘curious’ person though and want to learn. I work a lot with Enfold. That’s why I ask these questions: I am just trying to understand why some things don’t work as you would expect them to…
Can you please flag this topic as solved?
Thanks & have a nice day,
MoniqueOctober 15, 2017 at 5:39 am #864415 -
AuthorPosts
- The topic ‘Issue with page title container / unstick top bar’ is closed to new replies.