End of Support for Joomla 3 - Forum closed
#footer-a full width
those are not full screen width module positions.. debug is...
by martvb
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Yes you are right.
Ok, here is the solution:
1.) Open the file: > layouts/theme.php
2.) Goto line 233 and add the code shown at the image below
Before
After
And if you want to remove the gap on the right and left side too, you have to add a padding:0!important
Ok, here is the solution:
1.) Open the file: > layouts/theme.php
2.) Goto line 233 and add the code shown at the image below
Before
<div class="uk-container uk-container-center">
After
<div class="uk-container uk-container-center" style="max-width:100%!important">
Attachment footer-a.jpg not found
And if you want to remove the gap on the right and left side too, you have to add a padding:0!important
<div class="uk-container uk-container-center" style="max-width:100%!important;padding:0!important">
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:9 years 8 months ago
by joomlaplates
Attachments:
Last edit: 9 years 8 months ago by joomlaplates.
The following user(s) said Thank You: martvb
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates