End of Support for Joomla 3 - Forum closed
Footer - width 100% on mobile devices
Hi,
thanks for that great template - but one question regarding mobile devices:
What do I have to do to have the background color of the items in the footer area in 100% width?
in "full view" the background color is on the whole width.
in the responsive design I have a border on the left and right ... see attached file
thanks for that great template - but one question regarding mobile devices:
What do I have to do to have the background color of the items in the footer area in 100% width?
in "full view" the background color is on the whole width.
in the responsive design I have a border on the left and right ... see attached file
by tschiwi
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Footer - width 100% on mobile devices
Posted 9 years 10 months ago #6118
Hi there,
which border do you mean? I could not see any border. Maybe do you mean a gap?
>> See image attached.
If yes, the gap is a margin left and right, otherwise you modules and text a looking bad if there is no gap.
Here is a view without space
which border do you mean? I could not see any border. Maybe do you mean a gap?
>> See image attached.
Attachment gap.jpg not found
If yes, the gap is a margin left and right, otherwise you modules and text a looking bad if there is no gap.
Here is a view without space
Attachment no-space.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:9 years 10 months ago
by joomlaplates
Attachments:
Last edit: 9 years 10 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
Replied by tschiwi on topic Footer - width 100% on mobile devices
Posted 9 years 10 months ago #6129
I mean the white gap left and right (between the module and the scrollbar) - the slideshow for example has a width of 100%, but in the footer area there seems bo be a margin .....
by tschiwi
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Footer - width 100% on mobile devices
Posted 9 years 10 months ago #6130
Ok, add this code to your custom.css
@media (max-width: 468px) {
.footer-lr-outer, .footer-a-outer {
margin-left: -20px;
margin-right: -20px;
}
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: tschiwi
Please Log in or Create an account to join the conversation.
Replied by tschiwi on topic Footer - width 100% on mobile devices
Posted 9 years 10 months ago #6131
Thanks, that worked!
by tschiwi
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates