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

    hi there,

    I would like my instagram feed to span the whole width of the screen- I have tried a couple plug-ins and adjusted the code on both but nothing seems to work- right now I am using photo galleries that connect to my instagram page, until I can get it sorted.

    thank you
    Colleen

    #926902

    Hey Colferg,

    I checked your site but couldn’t find the instagram element. Would you mind providing a precise link showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #927910

    Hi Vinay,

    Please see the following page.

    I want the instagram feed first row of photos to span the full width of the screen like the row of images below (which are just a masonry gallery of my images linked to instagram until we can get this sorted)

    Thank you,
    Colleen

    #928042

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .page-id-3744 #after_section_1 .container {
        padding: 0 !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #928377

    Hi Nikko,

    I tried this but it didn’t work with the current layout I had at 1310px for maximum container width, which was default. When I changed that to 100% it worked for my instagram feed, but it created another problem. I don’t like the rest of my content on the rest of my website stretched to fullscreen. I preferred it when that content was set at max width of 1310px. Can you provide custom CSS for only my instagram feed to stretch the full width so I can leave the general settings at 1310px for max container width.

    please see images for reference

    thank you,
    Colleen

    #929174

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .page-id-3744 #after_section_1 .container {
        max-width:1310px;
    }
    

    Best regards,
    Vinay

    #929524

    Hello,

    is there a way we can address it so the quick css isn’t page specific? I want to do this on a number of pages and they don’t all fall after section 1.

    Thank you,
    Colleen

    #930045

    Hi,

    In that case please turn on CSS class name support

    Then add a class name to the insta widget and replace the page ID with the class name in the above code.

    Let us know if you have any questions.

    Best regards,
    Vinay

    #946354

    Hi Vinay,

    when I try that it changes the ig gallery from being full screen and pulls it away from the edges please see linked images for reference. I really want the ig gallery to be full with and when I use the page id code it doesn’t recognize it on either pages such as my home page either. Every page it seems needs different custom css or class name to work….?? please help

    thank you,
    Colleen

    #947152

    Hi,

    Please add the below code to make the gallery fullwidth

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #after_section_1 .container {
        width: 100%;
        max-width: 100%;
    }}

    Best regards,
    Vinay

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.