@media only screen and (max-width: 768px) {
body.home.page-template .masthead
{
position:absolute !important; width:100%; z-index:102; background: #1e72bc !important;
}
.show-mobile-logo .branding img.mobile-logo, .show-mobile-logo.show-device-logo .branding img.mobile-logo, .show-device-logo .branding img, .show-mobile-logo .mobile-branding img.mobile-logo, .show-mobile-logo.show-device-logo .mobile-branding img.mobile-logo, .show-device-logo .mobile-branding img, .transparent .mobile-branding img.mobile-desktop-logo
{max-width:125px;}
.butleft,
.butright
{font-size:11px !important;}
}
hanesini
@media only screen and (max-width: 768px) {
body.home.page-template .masthead
{
position:absolute !important; width:100%; z-index:102; background: #1e72bc !important;
}
.show-mobile-logo .branding img.mobile-logo, .show-mobile-logo.show-device-logo .branding img.mobile-logo, .show-device-logo .branding img, .show-mobile-logo .mobile-branding img.mobile-logo, .show-mobile-logo.show-device-logo .mobile-branding img.mobile-logo, .show-device-logo .mobile-branding img, .transparent .mobile-branding img.mobile-desktop-logo
{max-width:125px;}
.butleft { font-size:11px !important; width: 100%; text-align: center;}
.butright { font-size:11px !important; margin-top:5px;width: 100%; text-align: center; }
}
Şeklinde değiştirip denermisin?
Bulamadıysan yerini stil dosyanın içerisine en altına sadece alttaki kodu yapıştırıp test et
@media only screen and (max-width: 768px) {
.butleft { font-size:11px !important; width: 100%; text-align: center;}
.butright { font-size:11px !important; margin-top:5px;width: 100%; text-align: center; }
}