- This topic has 5 replies, 5 voices, and was last updated 5 years, 6 months ago by
Elvin.
-
AuthorPosts
-
July 25, 2020 at 10:33 pm #1376445
_blank
Hello,
How do I display the right sidebar on the blog and posts page below the content before the footer on tablet?
Cordially.
July 26, 2020 at 8:10 am #1376952David
StaffCustomer SupportHi there,
is only the Right Sidebar present?
If so try this CSS:@media (min-width: 769px) and (max-width: 1024px) { .content-area, .inside-footer-widgets>div, .sidebar { float: none; width: 100%; left: 0; right: 0; } }July 26, 2020 at 11:20 am #1377138_blank
hello David,
Perfect with this CSS:
@media (min-width: 769px) and (max-width: 1024px) { .sidebar, .content-area { float: none; width: 100%; left: 0; right: 0; } }By the way, I would like to point out to you a bug on the Simple CSS plugin, all the CSS inserted which concerns the mobile display or up to 769px are not taken into account, beyond 769px no problem.
If I put CSS that concerns mobile display in CSS customizer it works perfectly but not in Simple CSS. Could you see the problem please? Let me know if I need to open a new ticket on this.
Thanks David.
July 26, 2020 at 7:02 pm #1377372Leo
StaffCustomer SupportBy the way, I would like to point out to you a bug on the Simple CSS plugin, all the CSS inserted which concerns the mobile display or up to 769px are not taken into account, beyond 769px no problem.
If I put CSS that concerns mobile display in CSS customizer it works perfectly but not in Simple CSS. Could you see the problem please? Let me know if I need to open a new ticket on this.
It’s like some sort of syntax error in your code – maybe a somewhere it’s missing a closing
}Simple CSS has been around a long time now and we haven’t experienced this issue.
You could try checking your CSS with this tool:
https://jigsaw.w3.org/css-validator/If not please do open a new topic.
October 15, 2020 at 3:02 pm #1491121Agnes
I wonder why this code is not working for me? https://www.oromtelielet.hu/kedves-leves/
The sidebar is now at 50% on my tablet. I would like it to render below content on tablet portrait mode. Thanks.October 15, 2020 at 3:58 pm #1491169Elvin
StaffCustomer SupportHi Agnes,
As this topic is already solved for the original thread starter, Can you open up a new topic?
We’ll make sure to address your issue there. Thanks. 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.