Limit the width of Magazine layout?

Hi. My list, in magazine layout, as viewed on list.ly, has a width of 700px, but when I embed it into my website the entries expand to the full width of the content area. Is there a way to limit the width?

http://www.singleemptynester.com/bucket-list/

By default listly will try to use the entire width it’s given, but you can wrap the embed cide inside a div tag and set its width to 700px.

<div style="width:700px">
  <!-- listly embed code here -->
</div>

@tonya-welch did our response solve your issue?

Yes it did - thanks so much!

1 Like