Hi all,
title and breadcrumbs colliding – see:
https://drive.google.com/open?id=0B0TqEFDVcQi8dldwcDRkY1FQNkk
http://meinschreiner.hanneslange.de/tag/innenausbau-privatkunden/
Thank you for your help!
Best regards
Peter
Hey Peter,
you can use this code for smaller screens:
@media only screen and (max-width: 989px) and (min-width: 768px) {
h1.main-title.entry-title {
font-size: 15px !important;
}}
Adjust as needed.
Best regards,
Andy