Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi we have purchased the Tower theme and are building up a site for our client. We have the theme in responsive mode and most things seem to be working well, however the page titles and Crumbtrails do not appear to work very well in mobile view. if you look here you can see it looks fine in desktop mode, however as soon as you shrink it down to mobile view the page title starts dropping down over the crumbtrail, and the end of the crumbtrail itself drops down and behind (ie its not visible)
Hello,
Please add this code into your custom css box:
@media (max-width: 480px){
.header_page.normal h1 {
font-size: 18px !important;
line-height: 90px;
}}
Let us know.
Best regards!
You must be logged in to reply to this topic.