Hey there adityacreations,
How are you today?
You could achieve that with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:
http://ww.wp.xz.cn/plugins/simple-custom-css
.custom-logo {
width: 100%;
}
.site-header-main {
padding-top: 0;
}
This should remove the gray space and make the image fit the box. This should be the result http://screencast.com/t/QyDZy6gmUP.
As for your other question what exactly are you trying to remove from the site? Could you please post a screenshot so I can better understand it.
Hope this helps 🙂
Best regards,
Bojan
(@adityacreations)
11 years, 3 months ago
Am migrating a website for the City AG Church to WordPress.
The development site address is http://www.trichycityag.in/wp
I have 2 issues
a. I need to remove the grey colored header margins to stretch the header across the box.
b. Need to remove the contents form globally across the site.
Please guide.