• sruddy

    (@sruddy)


    I am using Genesis Framework and Imagely’s Simplicity Theme. Unless I’m missing it. I don’t see anyplace to make a page full width. So I have installed the Simple Custom CSS plugin. Now I just have to figure out how to make a page full width. I want this on a page by page option not site wide. The first page I would like to make full width is this

    I know a little about CSS and use the Firefox development tool to edit it in the browser before actually modifying the files. I was able to achieve a full width in Firefox but don’t know the exact code to add to my custom CSS plugin to make it work for that page. Here is an image of what I did in Firefox. CSS
    Thanks Steve

Viewing 2 replies - 1 through 2 (of 2 total)
  • hannah

    (@hannahritner)

    Hey Steve,
    Try using this css:

    .page-id-10405 .site-inner, .page-id-10405 .site-footer {
        max-width: none !important;
        width: 100% !important;
    }

    Hope it’s helpful!

    Hannah

    Thread Starter sruddy

    (@sruddy)

    Yay!! Thanks Hannah, you’re the girl!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I want to create a full width page’ is closed to new replies.