Home › Forums › Support › Remove / Change the widget position in Mobile This topic has 5 replies, 3 voices, and was last updated 4 months, 3 weeks ago by Fernando. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts October 27, 2022 at 1:59 am #2389281 Krish Hello, How can i Remove/Change the widget for mobile only? When I adjust, the changes affect the desktop too. Thanks October 27, 2022 at 5:30 am #2389574 DavidStaff Customer Support Hi there, when you add a widget it adds HTML to the page, its not device responsive. You can use CSS to remove a widget. Which widget do you want to remove ? Can you share a link to where i can see it. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 27, 2022 at 8:54 pm #2390704 Krish I want to remove the latest posts widget from mobile. Or change the gap between the widget and the comment button on mobile. I’ve added a link to one of my posts. Thanks October 27, 2022 at 9:09 pm #2390721 Fernando Customer Support Hi Krish, Here’s two different codes you can try adding in Appearance > Customize > Additional CSS: 1. Add spacing: @media (max-width: 768px) { .inside-right-sidebar { margin-top: 50px; } } 2. Hide: @media (max-width: 768px) { .inside-right-sidebar .wp-container-18.wp-block-group { display: none; } } October 27, 2022 at 9:29 pm #2390733 Krish Thanks October 27, 2022 at 9:58 pm #2390756 Fernando Customer Support You’re welcome Krish! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In