Hi,
My headline font on the icon box is too big on tablets.
The text is cut off.
Can you help me out with some CSS to make the headline smaller just for tablets? :-)
It is for the vertical view on tablet.
Hi,
Add the following to quick css:
@media only screen and (max-width: 1024px) and (min-width: 767px) {
header.entry-content-header{
font-size:12px!important;
}
}
Best regards,
Jordan Shannon
Thanks, it was still too big a font.
So I found this code instead that makes the menu mobile :-)
@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
#wrap_all {
position: relative !important;
}
Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon