Hi, I'm tweaking the Instagram Slider in the Footer as provided in your template. I'm very inspired by how it's done on this site www.mikuta.nu, but I wonder how the name of the account is setup to be placed in a box in the middle of the feed. See the enclosed screen dumb.
Do you know how to put the name handle in a box like this?
Hi, I'm tweaking the Instagram Slider in the Footer as provided in your template. I'm very inspired by how it's done on this site www.mikuta.nu, but I wonder how the name of the account is setup to be placed in a box in the middle of the feed. See the enclosed screen dumb.
Do you know how to put the name handle in a box like this?
Thanks!
/Hannah
Hi,
You can add more this code at the end of Customize > Custom CSS to do that:
.footer-instagram h4.footer-instagram-title{ position: absolute; top: 50%; margin-top: -25px; padding: 0; border: none; } .footer-instagram h4.footer-instagram-title > span{ display: inline-block; line-height: 50px; padding: 0 20px; background: #fff; font-size: 13px; } .footer-instagram h4.footer-instagram-title>span:before{ font-size: 15px; }Best Regards,
PenciDesign
Super, thanks. It works!
How do I remove the Instagram logo? I just want the handle to be featured.
Hi,
Please add more this code to Customize > Custom CSS to do that:
.footer-instagram h4.footer-instagram-title>span:before{ content: none; display: none; }Best Regards,
PenciDesign
Super! Thanks alot.