Hi,
The widgets we have on our website on the two pages: “OM” and “KONTAKT” (links in “Private Content”) are not showing on phones.
As you can see, the widgets are in the column on the right side of the screen (when shown on a computer).
I can´t see why they are not there, when the pages are shown on a phone. I know there are no space on a phone for an extra column, but usually the phone adapts and places the content beneath the other content.
Can you help?
Regards, Tomas
Hey Pernille,
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:767px) {
.responsive #top #main .sidebar {
display: block !important;
border-left: 0;
width: 100%;
}
.responsive #top #main .sidebar .inner_sidebar {
margin-left: 0;
}
}
Best regards,
Nikko
Thank you very much Nikko,
It works! :D
Hi kvindenskraft,
You’re welcome, I’m glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko