making widget full screen

Support Area Forums Kerygma making widget full screen

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://eastsidestudents
  • Author
    Posts
  • #32602
    Avatar photoZac Manor
    Participant

    I am using a page content idget for the home page and i want to make it full screen. what is the CSS to do this?

    #32606
    Bill Robbins
    Moderator

    Good Morning Zac,

    You can use this CSS to make all the page content widgets on the home page full width:

    
    #home-widgets .widget.home-page-block {
    	width: 100%;
    }
    
    

    Let me know if it gives you any trouble,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘making widget full screen’ is closed to new replies.