hello, i am working a project where i use this plugin to display a instagram feed Justified Image Grid – Premium WordPress Gallery http://goo.gl/DCqW27 i want to display the feed full width in a color section container. it worked before and everything was fine. next time i checked the feed was limited by the theme settings for some reason. i contacted the dev from the plugin and he explained to me that this is more likely a theme issue. http://goo.gl/ZhyRla could you please help me to figure out why the full width container is limiting the content. if you need my credentials please let me know. thank you in advance.
Hey cgroeger!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#av_section_1 .container, div#jig1 { width: 100% !important; }
#jig1 .jig-imageContainer { width: 12.25%; }
P.S.: It would be better if you give a unique ID to your color section that has IG feed ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and change the ID in the first line of code to match your color sections ID
Best regards,
Yigit
hi, thank you for your fast reply. i just used the first part of your css and that did the trick. the second part was messing up the plug-in code. awesome and thanks again :-)