Homepage Elements

Posted in: Newsmag
Post count: 10

How do I get rid of the extra element at the bottom of my site: https://www.propertygeek.my/

I would like to get rid of

1. The section title “NO COMMENTS”
2. The large white spacing below “© Copyright 2016 PropertyGeek.my All Rights Reserved.”

I did not add these elements. Seems like some sort of a default element.

Thanks,
David Chong

Post count: 10

Update.

I manage to remove the “NO COMMENTS” section.

Now, left only Item 2 to remove.

Post count: 6535

Hi

This blank space is not generated by the theme, it seems to be added by a facebook widget: http://screencast.com/t/DxlcxjRX I am not sure what code calls that widget but it could be one of your installed plugins or a custom code added in theme’s files. Try to deactivate all plugin except Visual Composer, clear all caches then test again If you still can’t manage to remove that space use this css in theme panel > custom code > custom css: http://screencast.com/t/hG4hl3DzhRSX

.fb_iframe_widget_fluid {
display: none;
}

Thanks!

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