• im currently building a site with a friend and i have made a child theme from the twentyfourteen theme and i have no other css on my style sheet i was trying to remove the primary sidebar but i couldn’t get it right so i removed everything i had put on the style sheet to start again and now i have a while column on the right had side i cant remove does anyone have any idea what ive done?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hey there jonwainwright,

    Hope you’re well! ??

    I suggest you revert all modification you made then follow the fix provider on this link: https://www.ads-software.com/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

    Thread Starter jonwainwright

    (@jonwainwright)

    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: https://awesomesourcecomics.com/themes/twentyfourteen-child
    Author: Jon Wainwright
    Author URI: https://onebear.co.uk/
    Description: 2014 child theme
    Template:     twentyfourteen
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: https://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")
    Thread Starter jonwainwright

    (@jonwainwright)

    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

    Thread Starter jonwainwright

    (@jonwainwright)

    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

    Thread Starter jonwainwright

    (@jonwainwright)

    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?

    Thread Starter jonwainwright

    (@jonwainwright)

    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 https://screencast.com/t/8OleKV3Gnx. What am I missing?

    Best regards,
    Bojan

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘strange white column’ is closed to new replies.