Hey @chgpublishing,
thank you for choosing Bento! Could you please provide a link to the website, in case it’s available live – seeing the actual code will enable me to provide a more precise recommendation. Thanks!
Sincerely,
Andrii / Satori Studio
Hi Andrii,
The site in question is: chgpublishing.com/boystuffmagazine
Thanks,
CHG.
I have the same question. I cannot find where I would change the padding between my different website sections. There way too much padding between certain sections right now. My site is not published, I’m working on it using Desktop Server at the moment, and I won’t publish it while it looks like this.
Thanks, Ian
Hey @chgpublishing, your website displays like this on my machine, in Chrome. I don’t seem to be able to spot any extra padding – could you please give some additional guidance or provide a screenshot of how it looks on your side, if differently? Thanks!
@ianpjames, could you please also provide the URL of the website and a screenshot of the page as viewed from your machine – this way I will be able to provide a specific, actionable recommendation. Thanks for your patience!
Sincerely,
Andrii / Satori Studio
Hi Andrii,
Your screenshot is the same as what I am getting, but I think the gap between the top of the window and the logo (in the menu) and the text in the main part is way too big…….?? That’s what I would like to be able to reduce somewhat, so that when I place one-line extra links on the first line of my page, they come closer to the top of the window…..like on most sites??
Thanks,
CHG
Hey @chgpublishing,
this is how the theme has been envisaged, according to design best practices; if you really need to change the top padding, you can use some custom code (in the “Additional CSS” tab of the Customizer), e.g.:
.@media screen and (min-width: 48em) {
.padding-top { 30px !important; }
.header-side .site-header { 10px !important; }
}
Sincerely,
Andrii / Satori Studio
Tried this but no change?? Perhaps I am entering it wrong? I copied and pasted the CSS you quoted but it made no change at all??
Hey CHG,
my apologies! An unnecessary point-mark. Please replace the above code with this one:
@media screen and (min-width: 48em) {
.padding-top { 30px !important; }
.header-side .site-header { 10px !important; }
}
Best,
Andrii / Satori Studio