• Resolved irreverance

    (@irreverance)


    I’ve tried changing the row setting to “full width”, but that doesn’t help. I’m trying to do this for the blue rows on the identified page.

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

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

    (@jobthomas)

    Automattic Happiness Engineer

    Hey @irreverance – in Storefront, the setting “full-width” means that you do not have a sidebar. It’s not a full-width of your entire screen.

    To do that, you need custom code or use Powerpack.

    In terms of custom code, this might help you:

    @media (min-width: 768px) {
      .col-full {
        max-width: 80%;
      }
    }

    In that, the 80% is what will determine the width of your sections. You can paste that code at Appearance > Customize > Additional CSS.

    Thread Starter irreverance

    (@irreverance)

    Thank you.

    Luminus Alabi

    (@luminus)

    Automattic Happiness Engineer

    @irreverance,

    You’re welcome. I’ll go ahead and mark this thread as resolved now.

    If you have any further questions, feel free to start a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can’t make rows full width’ is closed to new replies.