- This topic has 11 replies, 2 voices, and was last updated 8 months, 1 week ago by
Leo.
-
AuthorPosts
-
June 22, 2020 at 8:07 am #1337626
Alberto
Hi. I wanted to know how I can make the widget (Lightweight Social Icons) in the header (which disappear in mobile) can be viewed in mobile, if possible below all content. Thank you.
June 22, 2020 at 11:55 am #1337848Leo
StaffCustomer SupportHi there,
Can you try adding them in the footer bar widget area?
https://docs.generatepress.com/article/footer-bar-widget-area/Then we can hide them on desktop.
Let me know if this helps π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 22, 2020 at 12:02 pm #1337856Alberto
I think it doesn’t explain me correctly …
I’m working on the “sider” design that GP offers in Site Library
This layout does not show widgets in the footer …
June 22, 2020 at 12:15 pm #1337873Leo
StaffCustomer SupportI’m referring to the footer bar widget area, not the footer widget area:
https://docs.generatepress.com/article/footer-bar-widget-area/Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 22, 2020 at 12:22 pm #1337881Alberto
Now I understood π
It could be an option …
How can I hide these widgets in the desktop and tablet versions, but show them in the mobile version?
Thank you
June 22, 2020 at 12:29 pm #1337889Leo
StaffCustomer SupportWe would need to use CSS for that.
Can you add it in and link me to the page in question?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 22, 2020 at 12:32 pm #1337895Alberto
The site is under construction and there is no access from the frontend.
There are no problems in sending you a username and password.
By what private means can I send you this information?
June 22, 2020 at 12:34 pm #1337899Leo
StaffCustomer SupportYou can send the access using Account Issue here:
https://generatepress.com/contact/Please reference the topic URL.
Just the viewing access would be fine.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 22, 2020 at 12:41 pm #1337907Alberto
I just sent you the data
Thank you!
June 22, 2020 at 1:15 pm #1337942Leo
StaffCustomer SupportTry this CSS:
@media (min-width: 769px) { .footer-bar #lsi_widget-2 { display: none; } .footer-bar .widget-title { display: block !important; } }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 22, 2020 at 1:27 pm #1337949Alberto
It worked perfectly! Thank you very much!
One more question: how can I make the titles of the widgets visible?
Thank you
June 22, 2020 at 6:34 pm #1338118Leo
StaffCustomer SupportTry the edited CSS here:
https://generatepress.com/forums/topic/query-for-template-sider/#post-1337942Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.