Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1436742

    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

    #1436762

    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

    #1436944

    Hi Rikard,

    I have added it to a colour section and given the custom CSS class instagramfeed

    Thanks

    #1436974

    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

    #1437030

    Hi,

    Thanks for this, it kinda works but only if I uncheck the .container when inspecting element. See screenshot attached.

    Screenshot of container command

    Any other suggestions?

    Thanks

    #1437046

    Hi,

    Please try this CSS instead:

    #instagramfeed .container {
      max-width: 100% !important;
      width: 100% !important;
      padding: 0;
    }

    Best regards,
    Rikard

    #1437058

    Thanks Rikard,

    I did try adding !important; to the first set of code, however it didn’t work, this also doesn’t work…sorry!

    #1437088

    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

    #1437123

    Morning Rikard….Thank you, looks great. We can close this now. Thanks for your help as always.

    #1437132

    Hi,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Client wanting fullwidth/Full screen Instagram feed’ is closed to new replies.