A line between Instagram feed and footer

Posted in: Newspaper
Post count: 49

Good morning,

How can I add an orange line between the Instagram feed and the footer (as shown in the link)? For all devices (responsive)

https://drive.google.com/open?id=0BzKfDhkGKQp7WjZ0UGdjQWJyZlk

I used a drawing tool to illustrate what I mean.

Thanks in advance

Post count: 49

Actually a dark gray line please

Post count: 23312

Hello zingolo,

Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

@media(max-width:767px){
.td-instagram-main{
border-bottom:5px solid #ff8800;
}
}

The result -> http://screencast.com/t/qtZ0kx8DgwTA

Thanks for your understanding!

Post count: 49

Thank you sooo much sir!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.