• Resolved astartrader

    (@astartrader)


    Hi there,

    I am trying to change the width of the page content section (homepage control plugin) for the homepage template, to make it the same width as other sections. While other sections are full width but for the page content section the width is narrower more centred.
    Is there a way to make it full width?

    many thanks and regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Job a11n

    (@jobthomas)

    Automattic Happiness Engineer

    Hey @astartrader – could you share some screenshots or a link to your site? I’m not entirely sure what you mean because the “homepage control” plugin doesn’t have the option to change the width of areas.

    Thread Starter astartrader

    (@astartrader)

    Hi Job

    My site -https://www.caridealsexpress.com
    As you see the content width is “centred” rather then expanded to the full width the same as other sections (areas).
    Becos that particular content section I include a travel search box

    Many thanks again & regards.

    Job a11n

    (@jobthomas)

    Automattic Happiness Engineer

    Hey there – that’s because your content for that has a maximum width.

    If you go to Customize > Additional CSS, you can delete it by adding this code:

    .page-template-template-homepage .entry-content {
      max-width: none;
    }
    Thread Starter astartrader

    (@astartrader)

    hi Job,

    Many thanks great help exactly what i wanted. ??

    I’m having the same issue, have tried the code suggested but on looking at the inspect the issue appears to be that the homepage content article is within the col-full dive which is adding the margins stopping it from going the same size as the default sections.

    screenshot https://www.wrideprints.co.uk/screenshot.png

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change the page content width for homepage template’ is closed to new replies.