- This topic has 3 replies, 2 voices, and was last updated 8 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support › Forums › Flex Theme › Jetpack Gallery Width
Tagged: jetpack
Hi There,
I am using Jetpack galleries on several pages on the site and am struggling to find the code causing the width of the gallery to only be only 500px. I would like it to be for the full width of the page it is showing on.
http://www.christopherplace.com/photo-gallery/
Appreciate your help.
Matt
Can you share the wp-admin access via this form http://simpleprothemes.com/contact ?
Thank you for sharing the access details. I added following code in functions.php file and it is perfectly working.
if( ! isset( $content_width ) )
$content_width = 693;
Refresh your gallery pages and see the effect now.
It looks perfect, thank you for your help!