Jump to content

Archived

This topic is now archived and is closed to further replies.

Audun MB

[Solved] Sections in widget area

Recommended Posts

Audun MB

I tried putting sections in the widget area with shortcodes, but it breaks the site. On the left is the WP content, the right is a Flipper shortcode in the sidebar:

4528572818784256.png?k=3YCAbuUQkhNbcwZQe

 

Is there any way to do this? 

Share this post


Link to post
Share on other sites
Ray

Do you have a link to the site?

Share this post


Link to post
Share on other sites
Ray

Hi @Audun MB

This seems to be a "content" section bug which should be fixed on an upcoming release. 

You can fix this by adding this custom CSS/LESS:

@media (min-width: 768px){
    .one-sidebar-left,
    .one-sidebar-right,
    .two-sidebar-center,
    .two-sidebar-right,
    .two-sidebar-left{
    	.plsb{
    		max-width: 30%;
     	}
      	.pl-content-loop{
        	max-width: 70%;
      	}
    }
}

 

Share this post


Link to post
Share on other sites

×