Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Can you link your website?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://ww.wp.xz.cn/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications:
Alternatively use your Child Theme style.css file to hold your CSS modifications:
.site-header .container {
margin: 0;
max-width: none;
padding: 0;
}
.site-header .container,
.site-title img {
width: 100%;
}
I have a similar problem. I want to upload a photo logo to my Flato theme and I want it to cover the whole width of the banner. Like it now does on the .com version of my website (https://ontbijtjeopzaterdag.wordpress.com).
But I can’t get the .org to look exactly the same as the .com. When I upload the logo it is too large and overwrites the blog title.
Is there a way to solve this problem? I’m working on a MAC and have no knowledge of CSS….
Thanks in advance!
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support