Hi Josue,
Im technically not that sound when it comes to FTP, It was my developer who upgraded using FTP and he is on leave for the next 5 days. please tell me the steps to do the same.
Hi,
Open /wp-content/themes/enfold/functions.php/ and look for line 306:
$version_number = get_option('avia_stylesheet_dynamic_version'.$safe_name);
if(empty($version_number)) $version_number = '1';
Replace it by this:
$version_number = get_option('avia_stylesheet_dynamic_version'.$safe_name);
if(empty($version_number)) $version_number = '2';
Regards,
Josue
The changes have been made, but the issue persists. please advice
Hi!
For some reason the dynamic stylesheet is not getting generated/updated, we’d need to FTP access in order to debug this issue, as a temporary fix try adding this to css/custom.css:
.container {width:100%;} .container .av-content-small.units {width:73%; }
.responsive .boxed#top , .responsive.html_boxed.html_header_sticky #header{ width: 1310px; max-width:90%; }
.responsive .container{ max-width: 1310px; }
Regards,
Josue
Hi!
Check it now, width is now 1310px.
Cheers!
Josue