x

Birds Eye 2 Theme - Header Text broken up on mobile view

I am having trouble with the header title/ headline resizing or fitting on mobile view compared to desktop view. The desktop view looks great but the mobile view bigger words get split up. Any way to fix this without changing the size of the desktop font?

http://preview.rytechllc.com/78amhc.0763d2c7516f54b7ac39e898c7cbe04b

imageimage

2,258 Views
Message 1 of 4
Report
1 Best Answer

Best Answer

I found a solution to this problem: The code below needs to be added to the bottom of your main css file:

@media (max-width: 992px) {
    body.header-page {
    font-size: 40% !important;
    }
}   

View Best Answer >

2,242 Views
Message 5 of 4
Report
3 REPLIES 3
Square

Is that site using a custom theme, @Collin_S?

2,251 Views
Message 5 of 4
Report

Yes, but the only changes to the site have only been color changes to the nav bar and footer.

2,244 Views
Message 5 of 4
Report

Best Answer

I found a solution to this problem: The code below needs to be added to the bottom of your main css file:

@media (max-width: 992px) {
    body.header-page {
    font-size: 40% !important;
    }
}   
2,243 Views
Message 5 of 4
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.