Footer max width problem

Posted in: Newsmag
Post count: 45

Hello, I have test everything but it’s not possible to make the footer 100%; width. What im missing here.

Not background image uploaded on theme. For example like the footer here: http://themeforest.net/item/newspaper/full_screen_preview/5489609

How its possible to do that in Newsmag ?

Thanks in advance.

Post count: 9544

That’s the Newspaper theme, not the Newsmag theme, you’re linking to.

Newsmag has a border around all sides, as seen in the demo, which is part of the design element. I didn’t see any demo pages with “full width bottom” … this theme isn’t designed that way; it’s more of a magazine boxed layout, than a bootstrap “everything touches all sides” layout.

You would likely need to do your own custom mods to the footer to make it “full width” by adding a container outside the main grid. You can, of course, hack any theme to modify it to your tastes, but generally most theme developers don’t provide support on custom programming outside of the “design” they are offering; hence the full demo of the site on ThemeForest.

I don’t work here; this is just an opinion. And I apologize if that’s only annoying. 🙂

Post count: 45

Can please someone help me to ix this?

Thank you in advance

Post count: 9544

Theme support folk will be back tonight tomorrow; but again, you’re asking to modify the theme outside of how it was designed; this usually means you need to hire a developer to “hack” the theme to do something it was not setup to do, and is not advertised to support when offered for sale. Just sayin’.

Look for Marius and Lucian to follow up once they are back in the office so to speak. They are closed weekends.

I’m only providing some feedback as long time client of theirs, and also was installing Newsmag this weekend myself so popping in here for any issues I might have missed, and helping out a little bit. Sorry if not very helpful, in your case. 🙂

  • This reply was modified 11 years by simchris.
Post count: 3343

Hi,

You can make the footer full width by adding the following css inside the Theme Panel -> Custom CSS: – http://screencast.com/t/7vQgLpj8

.td-footer-container {
width: 100%;
}
.td-footer-container .td-pb-row {
width: 1021px;
margin: 0 auto;
}

If you want to change the number of columns you can do it from the Theme Panel – http://screencast.com/t/5VWoL1q31 – http://screencast.com/t/2VPN8P6R8Wed

Thanks for the message!

  • This reply was modified 11 years by Marius.
Post count: 9544

Thank you!
I actually needed this also, which wasn’t clear from my rambling comments on Sunday!

Works perfectly! 🙂

Post count: 45

@Marius Thank you, Works fine.

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