Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Creating Responsive, Full Width, Sectional Background for Text

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #265759
    ghox
    Participant

    Hi there,

    I am using the Genesis Framework + Child Theme (for WordPress).

    Looking to emulate these full width chapter sections

    • with the full width sectional color background,
      • white font
    • centered header(s),
    • and responsive 2 column (brief content area) underneath.

    Been playing around with it and having no luck. Can only get a limited background color applied, and it’s contained within the content container. With this code to start i.e.

    .full-width-bg {
        display: block!important;
        background: #f29145;
        width: 100%;
    }
    

    All help is appreciated.

    (Trying to see what the best approach is from a more experienced pov, before I start custom force coding away and unwisely skipping a more efficient method).

    #266558
    Paulie_D
    Member

    A minimal demo of the issue would be helpful BUT…you might be after something like:

    https://stackoverflow.com/questions/28565976/css-how-to-overflow-from-div-to-full-width-of-screen

    #266559
    Paulie_D
    Member

    ..or if you want to get really up to date

    https://cloudfour.com/thinks/breaking-out-with-css-grid-layout/

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.