Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed in /var/www/html/wp-content/themes/satoristudio/includes/template-tags.php on line 124
Warning: file_get_contents(): Failed to enable crypto in /var/www/html/wp-content/themes/satoristudio/includes/template-tags.php on line 124
Warning: file_get_contents(https://satoristudio.net/wp-content/themes/satoristudio/includes/images/logomark-2.svg): Failed to open stream: operation failed in /var/www/html/wp-content/themes/satoristudio/includes/template-tags.php on line 124
Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed in /var/www/html/wp-content/themes/satoristudio/includes/template-tags.php on line 125
Warning: file_get_contents(): Failed to enable crypto in /var/www/html/wp-content/themes/satoristudio/includes/template-tags.php on line 125
Warning: file_get_contents(https://satoristudio.net/wp-content/themes/satoristudio/includes/images/logotype-long.svg): Failed to open stream: operation failed in /var/www/html/wp-content/themes/satoristudio/includes/template-tags.php on line 125
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
Hello – How do I change the content width on mobile? On the desktop it looks very clean. On mobile everything looks like its only using half the available space. I have the background color – dark grey – then the blog post color grey – then the text. The padding on each – but especially on the text and images is too much. Please see http://mike-dias.com/ on mobile. Thank you
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; }
}