Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #57726
    Kathy
    Member

    When I choose Widgets as the Featured Content Type, the 3 columns don’t fit across the page side by side when my Layout is set to “No Sidebar (One Column)”
    One of the widgets is under the other two. You can see it here:
    http://new.stoneimpressions.com/

    How can I fix this?

    Thanks!

    #57772
    Sakin
    Keymaster

    @Kathy: Thanks we will fix this in next version update. Till then, you need to add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .no-sidebar.one-column #featured-content.layout-three .hentry {
    	width: 33.33%;
    }
    @media screen and (max-width: 480px) {
    	.no-sidebar.one-column #featured-content.layout-three .hentry {
    	    display: block;
    	    float: none;
    	    width: 100%;
    	}	
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Widget as Featured Content – doesn't fit width when layout is No Sidebar-One Col’ is closed to new replies.