Okay
  Public Ticket #2686833
Instagram Footer Widget
Closed

Comments

  •  4
    emkp2306 started the conversation

    Hi,

    I'd like my instagram widget to be in line with my footer title, how can I do that? Attached is a picture 

  • [deleted] replied

    Hi,

    Your site is on Coming Soon mode and I can't see your site.

    Please send me your WordPress credentials, because I need to login to your site and test this. To include your credentials click the Insert Credentials button in the editor toolbar (see how) so your reply will be private.

    Thanks!

  •   emkp2306 replied privately
  • [deleted] replied

    Hi,

    Please add the code below to your Custom CSS area:

    .footer-widgets div#sb_instagram {
        width: 100% !important;
    }

    [EDIT] I just did that for you.

    Thanks!

  •  4
    emkp2306 replied

    Hi Ylli,

    I see that makes the posts bigger. I actually wanted them to remain small but align them to the right. Is that possible?

  •  4
    emkp2306 replied

    Hi Ylli,

    I think I fixed it with the following CSS but I don't know if it's correct or if it won't work for other formats such as phone or tablet sizes.

    .footer-widgets div#sb_instagram {
        text-align: right !important;
        margin-left: 0px;
    }
    #sb_instagram .sbi_photo:after {
        background-color: transparent;
    }

  • [deleted] replied

    Hi,

    It seems that everything is goodsmile.png

    Thanks!