How to Enable Footer seperator lines ?

Posted in: Newspaper
Post count: 6

Hi,

I have 3 sections in footer. How to enable the footer separator lines or borders ? Currently I couldn’t do it. Also is there a way to enable border to each module in the template ? Like border for each items in the sidebar and border for each block?

Post count: 23312

Hello Vaniquest,

Unfortunately, our theme does not have such an option to enable/disable these kinds of borders/separators. You have to add it manually with CSS code. For example, if you want to add some of these into your footer section, please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-footer-wrapper .td_block_wrap {
border-right: 3px solid red;
padding-right: 10px;
}

The result you should see here -> http://screencast.com/t/yxuDLGalp7xc

The similar layout as you wish is our Newsmag theme that looks like this -> http://screencast.com/t/GlJVCQncwO
Please notice that achieving this layout is not a simple task and is require custom work. If you want to display more levels in our theme and you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment, sorry!

Thank you for the message!

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