full width page builder

Support Area Forums Kerygma full width page builder

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://testing.knueven.org/purposes/
  • Author
    Posts
  • #34096
    Avatar photoZac Manor
    Participant

    is it possible to make the page builder widgets to go edge to edge.

    For example: The ABOUT US section. id like the white background to go edge to edge.

    #34103
    Bill Robbins
    Moderator

    Hey Zac,

    You could add this to your custom CSS to make the whole page full with:

    
    .page-id-1122 #wrap {
    	width: 100%;
    }
    

    or this to make all full-width pages, actually edge to edge:

    
    .page-template-page-full #wrap {
    	width: 100%;
    }
    

    See how those work.

    Have a great Thanksgiving,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘full width page builder’ is closed to new replies.