Hello. Somewhere over the course of the last day or two, my partner or I inadvertently changed something on our site that caused the content on every page to appear in a narrower container (making photos display smaller) and the blank margins on the left/right sides to appear wider.
Under Enfold/General Layout, we had it set to Stretched layout with max container width of 1310px, and that has not changed. I’m not sure what else could be causing this. Any insights? (I have before/after pics that I can share, but i’m not sure how.
Thanks in advance!
did you change the content/sidebar ratio one option beneath?
Nope. It’s still at 70/30 (and 100% total).
Hi,
I checked the site but i am not aware how wide it was earlier. At this point the site looks normal to me.
If you like to increase the container width please do so from Enfold > General Layout > Dimensions > Maximum Container width
Best regards,
Vinay
Hmm. Not sure if this helps, but I just uploaded a few screencaps. For example, the first picture of the Blog page shows how it was (I still had the tab open from the day before). That’s how I’d like it to be again. The picture showing how it is now is narrower, with fewer words fitting across on each line.
Changing the maximum container width just now from 1310px to 100% didn’t trigger any noticeable change.
Hey!
We got this php code in the Quick CSS field.
/*MAKE SOCIAL MEDIA SHARING ICONS COLOR INSTEAD OF ONLY IF HOVERED*/
add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2);
function avia_add_social_toolbar($id = "", $context = "")
{
if($context == "page" || $context == "single-portfolio")
avia_social_share_links();
}
You should move the code in the functions.php file. And be careful with the css codes because we found a few with missing curly braces.
Regards,
Ismael
Thank you! Whatever you did, the site looks great now. Much appreciated!