Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1107771

    Hi there!

    I’m hoping to create a full-width Instagram feed in my footer, similar to the footer on this page.

    I also want to add some intro copy just like on that example above that links to my Instagram and then has the feed to the right of it. I don’t want any white space on the right edge — I’d like it to flush against the page. Could you please offer your best advice to accomplish this?

    So far, I have the feed working properly, I just need to remove the white space and also add an intro to the left of it.

    Thank you!

    #1108387

    Hey Brianne,
    To remove the padding on the right, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #footer > div {
        max-width: 2000px !important; 
        padding-right: 0 !important; 
    }

    I tried to rotate the Instagram widget title or insert a new title reading up & down, but it doesn’t work well.
    Unfortunately our Instagram widget doesn’t offer showing a caption or title below the images, this could be possible but it would require some time to customize and it’s a bit out of our scope.
    But if you really want this done we can recommend Codeable for their experience and expertise with Enfold. Please follow the link to discuss your project and time frame with them.

    Best regards,
    Mike

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