Help with Footer

Posted in: Newspaper
Post count: 36

Hi,

I am trying to add footer to my page(http://www.anandambi.com/myblog/46-2) however when I customize the footer I get dotted lines in between the posts which doesn’t look good also I am not sure which [tagDiv] Block should I be using in order to make the footer look as it is shown in the Demo.Could you please provide me instructions to set up the footer as showed in the demo

Post count: 22421

Hello Andy,

The footer in our demo is actually footer style 1. The default footer. http://screencast.com/t/A8aBeC42A
http://demo.tagdiv.com/newspaper/
You already have that one selected, but you added content to it in the footer widgets: http://screencast.com/t/pdo2EkLdt
The predefined content that comes with the footer styles cannot be removed from the theme panel.
There are footer styles that do not contain predefined content: https://forum.tagdiv.com/footer-templates/
If you want to customize your footer with block elements, you can test different block elements here: http://demo.tagdiv.com/newspaper/block-1/

Thank you!

Post count: 36

Hi Bogdan,

Thanks for your reply.My issue was I want add add content in the footer without showing the Images. That’s what I have tried to do in this footer (http://www.anandambi.com/myblog/46-2).I used Block 10 and Block 12 for that.However I can see dotted lines in between posts.I want to eliminate that.Could you please guide on how to do that

Thanks you!

Post count: 22421

hI
You can use a custom css for that:

.td-pb-span4 .td_module_8{
border-bottom:0;
}
.td-pb-span4 .td_module_9{
border-bottom:0;
}

Just add it in the theme panel
result: http://screencast.com/t/5W3BGxVWNY

Thank you

Post count: 36

Hi Bogdan,

Thank you so much for your reply.Helped me a lot

Thanks

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