- This topic has 9 replies, 3 voices, and was last updated 6 months, 3 weeks ago by
Leo.
-
AuthorPosts
-
July 4, 2020 at 9:45 am #1351878
Antonin
Hi, how to remove that white space from the banner on the right sidebar. I want to display only banner not these white borders. Even if I change the banner width its still the same.
Thank you,
anthony
July 4, 2020 at 10:36 am #1351922David
StaffCustomer SupportHi there,
try this CSS:
#right-sidebar .llcap-widget { padding: 0; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 4, 2020 at 10:49 am #1351945Antonin
Hi, its still the same, where should I add this? I’m using Simple CSS plugin and I add it there but no change, I also have other websites with the same theme and want to do it for all websites.
thanks
July 4, 2020 at 10:53 am #1351951David
StaffCustomer SupportTry adding it to the very top of your Simple CSS code.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 4, 2020 at 10:57 am #1351956Antonin
ok great it works but will this work If I change this banner or If I add another sidebar widget banner as well?
Also, if I want to do it for other website will this code work or do I need to change something?
July 4, 2020 at 11:01 am #1351964David
StaffCustomer SupportThe CSS Class may change from one widget to another.
I would recommend this plugin:https://en-gb.wordpress.org/plugins/widget-css-classes/
Then you can add a CSS Class to the widget eg.
no-padding
Then add this CSS:
#right-sidebar .no-padding { padding: 0; }
Now you can remove the padding from any widget by adding the
no-padding
class.The plugin will not affect front end performance
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 4, 2020 at 11:10 am #1351971Antonin
All right I’ll take a look into it but shoudn’t it be like default or it depends on the theme you are using? I mean that padding option. Is this for all wordpress website or it’s only doing on my theme?
thanks again
July 4, 2020 at 12:58 pm #1352042Leo
StaffCustomer SupportThe
no-padding
option David suggested is using a custom HTML and CSS solution.Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 6, 2020 at 12:38 pm #1354361Antonin
Hello again, I’m not sure if this issue is connected to the generatepress but I’ll ask anyway. When I see my blog post I see some numbers and “more” at the end of the permalinks. In editor I don’t have this in permalink and I have set wordpress in setting correctly.
Don’t you know why do I have this “#more-772” at the end of every post?
For example like this URL: https://www.llcaposports.com/smarkets-review/#more-772
“#more-772”
thanks
July 6, 2020 at 12:43 pm #1354366Leo
StaffCustomer SupportCan you open a new topic for your question as it’s unrelated to this one?
Thanks 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.