Hi Support-Team,
I have 2 issues concerning the look of my site on mobile screens:
1. In my left sidebar on the homepage there is a textwidget on the first position. It has an unsorted list. On desktop everything is okay and as list-style-type discs are displayed. On mobile screens the discs of the list are missing.
2. The main content of the homepage and of all blog pages is displaying in a column of a small width on mobile screens. All the other static pages are displaying correctly. I have a special layout for pages that have sidebars. That is where the problems arise, but I can’t fix it.
Please have a look at my style.css from my childtheme and on the presentation of my site on mobile.
I’ve copied the style.css to my dropbox and provide you with a link to it.
Best regards,
Rigobert
Hi Support-Team,
meanwhile I could fix the two issues.
For the first issue I found some css in the forum. This works for me:
#top .widget ul {
list-style-type: disc !important;
padding-left: 15px;
}
The second issue was associated with media queries. I just had to move the css layout instructions that only made sense on the desktop to the desktop styles area of the media query.
You can close this thread,
Best regards,
Rigobert
Hi Rigobert,
Sorry for the late response and glad that you fixed it. Thanks for using Enfold :)
Best regards,
Nikko