subfooter area

Posted in: Newsmag
Post count: 32

Hi
I need to change subfooter divs dimensions:
there are two divs: td-pb-span8 (copyright area) and td-pb-span4
I need: td-pb-span4 & td-pb-span8
thx

Post count: 35449

Hi,

Please provide me a link where I can inspect the footer that you have set, in this way I will be able to provide you an working solution.

Thank you!

Post count: 32
Post count: 35449

Hi,

I think that you want to replace the places of the elements from sub-footer, if is so, then you can check this custom css -> http://prntscr.com/pkf6sp
.td-sub-footer-container .td-sub-footer-menu {
float: left;
}
.td-sub-footer-menu {
text-align: left;
}

The custom css need to be set in Theme Panel > Custom code > Custom css

Thank you!

Post count: 32

another question:
Can I remove the zip files inside “wp-content/themes/Newsmag/plugins”?

  • td-composer.zip
  • td-mobile-plugin.zip
  • td-newsletter.zip
  • td-social-counter.zip
Post count: 35449

Hi,

The zip files from wp-content/themes/Newsmag/plugins are for theme plugins, if you’ll need to delete some theme plugins, then you’ll need to reinstall the theme to have the zip back.
So, you can delete them, this should not affect the website.

Thank you!

Post count: 205

Hi,
I want 100px space under td-sub-footer-container
For more details: https://wordpress.org/support/topic/pros-and-cons-for-sticky-footer-ad/#post-16141876
Domain: Softfully [.com]
Thank you

Post count: 27744

Hi Viju,
Please try this custom css:
.tdc-footer-wrap {
margin-bottom: 100px;
}

Set the code in the theme panel > custom code> custom CSS.
Thank you!

Post count: 205

Thank you very much

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