Website title
-
I can’t seem to get the title on the immunomodulators page to fit onto a mobile phone screen. The words appear to be cut off.
I also have a second issue with the antiviral page – an extra scroll bar appears on the right of the screen.
I have tried enetering the following onto CSS:h1 {
font-size: 5.9vw;
}@media only screen and (max-width: 600px)
{
.custom-logo {
max-width: 100%;
}
}html,body { overflow-x: hidden };
.h1.inner-header {
white-space: pre-line;
overflow-wrap: break-word;
font-size: 32px !important;
}Can anyone help?
Thanks
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Website title’ is closed to new replies.