• Resolved adtr98

    (@adtr98)


    Hi
    I have browsed many the answers provided and applied most to try and resolve my problem.
    I love the theme and do not wish to use any other. My site is perfect except the static home page … it’s content is positioned right hand side 30% with a full width page attribute set.
    I have tried several page builder plugins inc Customize Twenty Seventeen, Live Composer and additional css entries … see below

    @media screen and (min-width: 768px) {
    .page-one-column .panel-content .wrap {
    padding-left: 0;
    padding-right: 0;
    }
    }

    .navigation-top a {
    font-size: 120%;
    }

    body.page-template-page-full-width .page-full-width #primary .entry-content {
    width: 100%;
    }

    body.page-template-page-full-width .page-full-width #primary .entry-header {
    width: 100%;
    }

    .page.page-template-full-width #primary {
    width: 100%;
    max-width: none;
    }

    I am running the latest version of WordPress & Twenty Seventeen Theme.

    I’m sure there is a solution but just cant seem to put my finger on it.
    Thank You in Anticipation
    Adrian ( somewhat frustrated )

    The page I need help with: https://latesttms…(local test site in MAMP Pro)

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry Adrian I don’t quite understand what the issue is & what you’re trying to achieve.

    Thread Starter adtr98

    (@adtr98)

    Hi Andrew
    my static home page has a header image, below that a top menu, below that is the text section.

    the text is displayed on the right hand side of the text section and only takes up approx 30% of the right hand side of the page.

    I would like my static home page text to be full width as is on my other pages (which are also set to full width in page attributes).

    If I make one of the other pages my static home page it also displays the same.

    hope thats a bit clearer
    regards
    Adrian

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In the “Additional CSS” section of the dashboard add this:

    
    body.page-two-column:not(.archive).twentyseventeen-front-page #primary .entry-content,
    body.page-two-column:not(.archive).twentyseventeen-front-page #primary .entry-header,
    body.page-two-column:not(.archive).page-two-column .panel-content .recent-posts {
        float: none;
        width: auto;     
    }
    

    https://codex.www.ads-software.com/CSS#Custom_CSS_in_WordPress

    Thread Starter adtr98

    (@adtr98)

    I have added additional css and the result is perfect.
    Thank you so much Andrew your assistance, it is sincerely appreciated

    regards
    Adrian

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Twenty Seventeen Static Home Page Width’ is closed to new replies.