Hello,
I am having difficulties with an overlap of the logo over the menu and the title over the breadcrumbs section when minimizing the page (see first image below). If I minimize it further, then it looks correct (see second image below).
Is there a way to avoid this overlapping of the logo over the menu and the title over the breadcrumbs section by having it “section off” sooner as in the second image?
Thank you
Hey tlchase!
Can you please post the link to your website where we can see the issue?
Regards,
Yigit
Hey!
Login credentials are needed to see your content, can you please post them as well? :)
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1240px) {
.title_container .breadcrumb {
left: 45px;
right: auto;
top: 83%;
}}
Best regards,
Yigit
Hey!
Please flush browser cache and refresh your page a few times. I tried checking your page with the longest title and it seems to work fine on my end.
Best regards,
Yigit
Hey!
Please review your website now. I have added a custom CSS code to bottom of Quick CSS field and change the mobile menu options in Enfold theme options > Header > Mobile Menu
Cheers!
Yigit