Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Content Width on Mobile

New Front EN Support Forums Ikebana Theme Support Content Width on Mobile Reply To: Content Width on Mobile

#26515
mmsatori
Keymaster

Hey Mike,
please try adding this snippet to the “Style: Add Custom CSS” tab of the Theme Options panel:

#blog-header h1 { word-break: break-word; }
@media only screen and (max-width: 724px) {
#blog-header { padding: 20px 20px 10px 20px !important; }
.header-desc { padding: 0 20px !important; }
}

Cheers,
Andrii / Satori Studio