Columns On Home Page

Support Area Forums Grassroots Columns On Home Page

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://publicleadership.foundation
  • Author
    Posts
  • #34568
    naegon
    Participant

    I was trying to figure out how to add a two column row in the widget areas. I installed a plugin called Widgets in Columns which allowed me to add two widgets side by side. On the website it looks perfect, but on the mobile site it looks awful. The slider appears on top of the other widget. Is there any way to fix it or to add two columns through custom CSS to improve the appearance on the mobile site?
    The two widgets I have in one row are the Text widget and a slider from a plugin called Featured Articles Lite 3.

    #34571
    Bill Robbins
    Moderator

    It might work out best to switch the columns to be full width on smaller screens. You could do that this way:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      @media only screen and (max-width: 767px) {
      
      	.widget-wrap .one-half {
      		clear: both;
      		width: 100%;
      		margin-right: 0;
      		margin-left: 0;
      	}
      
      }
      
    3. Update your settings.

    Let me know how that goes.

    Have a great week,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Columns On Home Page’ is closed to new replies.