two dividing line on the bottom?

Posted in: Newsmag
Post count: 10

Hi, if you go and have a look to this page: https://www.irlandacenter.com/contato

In the bottom of the page, just before Instagram widget, you can see 2 dividing line, I have try and try let it with just one line, this looks weird……..

Some one know how to do it? and the problem is just with this page 🙁

Thanks,
Willian

Post count: 23312

Hello irlandacenter,

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

The code is ->

.td-comment-section .td-pb-row [class*="td-pb-span"] {
min-height: 0;
}

Thanks for your understanding!

Post count: 10

I did try but nothing happens, I know that this dividing line is caused by the comment section that is deactivate on this page. Another way to fix it?

I deactivate the comments on this page cause no point have comments on contact page right? But the dividing line of the comments section still there and the CSS that you send me just make bout lines get together that made thicker.

Post count: 23312

Hello irlandacenter,

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

.td-comment-section{
display:none!important;
}

The result is here -> http://screencast.com/t/E2eqiUAMS

Thanks for the message!

Post count: 10

Now works perfectly, thanks for the help 😉

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