Hey there jonwainwright,
Hope you’re well! π
I suggest you revert all modification you made then follow the fix provider on this link: https://wordpress.org/support/topic/center-site-content-to-full-width?replies=3 on how to remove the 2014 theme sidebar.
Let me know if it helps! π
Best Regards,
Calvin
sorry my site is awesomesourcecomics.com
i have removed everything i added but its still there my style sheet now only has the following
/*
Theme Name: Twenty Fourteen Child
Theme URI: http://awesomesourcecomics.com/themes/twentyfourteen-child
Author: Jon Wainwright
Author URI: http://onebear.co.uk/
Description: 2014 child theme
Template: twentyfourteen
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen
*/
@import url("../twentyfourteen/style.css")
Ive tried everything to get this right but its still not working it doesn’t help that im not great at this!!
its basicley right but i just want the white column on the right to be removed so the site take up the full page?
can anyone help?
this site is
awesomesourcecomics.com
Hey there Jon,
Hope you’re well! π
Try this css code:
.site,
.site-header {
max-width: 100%;
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta, .page-content {
/* Original max-width: 474px */
max-width: 100%;
}
Let me know if it helps! π
Take care,
Calvin
Hi Calvin
Thanks for your message thats almost worked i just need to get the header to go full size and cant find what i need to change.
Thanks for your help though its really appreciated.
Jon
Hey there Jon,
Hope you’re well! π
Try adding this to your css plugin or child theme.
#site-header img {
width: 100%;
}
Let me know if it helps! π
Take care,
Calvin
Hey Calvin
I tried that but it didnt work i cant understand what ive done.
I took a look and it seems OK now.
Did you try clearing your browser cache?
yeah i just tried that and tried in if firefox and chrome still got a small white box to the right of the header??? doesn’t do in on the standard theme but when i load my child theme its there?
Hey there jonwainwright,
Hope you’re well today!
I’ve checked your site in both Chrome and Firefox and I’m unable to see the white box. Here is the a screenshot of what I’m seeing http://screencast.com/t/8OleKV3Gnx. What am I missing?
Best regards,
Bojan