Tagged: footer
Hi Team,
I have problem with the Icon Boxes.
They shrink in an ugly way.
After it looks very ugly it switch into the mobile view.
I don´t want to change the element.
How can I solve this struggle?
Hey Piamq,
I’m not sure I understand what you would like to change, could you try to explain a bit further or post a screenshot highlighting the changes please?
Best regards,
Rikard
Hey Rikard.
I Chose another view.
But I have a second question.
The homepage (private content) I have a problem with the footer on my mobile device.
On the page home is the view destroyed, on the other pages work the footer perfekt.
Pia
Hi Pia,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.home #footer .av_one_fourth {
width:100% !important;
margin-left:0 !important;
}
}
Best regards,
Rikard
Thanks, it works perfekt