Hi,
Between 770px & 990px my title/breadcrumb bar becomes hidden under the header.
I’ve tried removing my custom CSS and it doesn’t help. It seems to happen when the hamburger menu kicks in.
Also, when the title is forced across two lines (at about 404px wide) it looks terrible!
Can you please let me know how to fix these?
Thanks!
I think I may have fixed these, but it feels very messy.
1. The overlapping header/title bar
@media only screen and (min-width: 768px) and (max-width: 990px) {
.responsive #main .container_wrap:first-child { border-top:none; padding-top: 45px; }}
2. The ugly linespacing on long titles at small sizes
@media only screen and (min-width: 300px) and (max-width: 407px) {
h1.main-title.entry-title { line-height: 15px; }
}
I’d like to know if there are better ways to achieve what I’ve done. I only know css through using Enfold and the forums, so I’d appreciate it if a mod with better skills than me could take a look.
Thanks