Tagged: instagram
Hi Guys,
I have installed the Smash Balloon Instagram feed on the website home page here http://dreamtexltd.com/
Client is now asking “is there any way of making it fill the whole screen?
Just think it might look a bit more impactful”
Ive tried to edit the CSS but the .container controls other elements. Ive added a custom id – instagramfeed is there a way to make this full width/screen?
Thanks
Ric
Hey Ric,
Could you try adding it in a Color Section element please? It will be easier to target it then, you can add an ID or class to it as well in the element options.
Best regards,
Rikard
Hi Rikard,
I have added it to a colour section and given the custom CSS class instagramfeed
Thanks
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#instagramfeed .container {
max-width: 100%;
padding: 0;
}
Best regards,
Rikard
Hi,
Thanks for this, it kinda works but only if I uncheck the .container when inspecting element. See screenshot attached.
Any other suggestions?
Thanks
Hi,
Please try this CSS instead:
#instagramfeed .container {
max-width: 100% !important;
width: 100% !important;
padding: 0;
}
Best regards,
Rikard
Thanks Rikard,
I did try adding !important; to the first set of code, however it didn’t work, this also doesn’t work…sorry!
Hi,
I’ve added the CSS for you and it’s working. Try checking the rest of your CSS, it likely has a open media query or curly bracket somewhere.
Best regards,
Rikard
Morning Rikard….Thank you, looks great. We can close this now. Thanks for your help as always.
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard