Welcome to the in5 Answer Exchange! This a place to get answers about in5 (InDesign to HTML5) and make requests.
0 votes
Hi,

I guess it's pretty simple question and I am sorry if it was already covered here, I couldn't find the answer.

How to make max-with (e.g.1024) for the web app when published as liquid?
It will be available to be viewed in desktop browsers and I don't want to have it stretched to the width greater than 1024.

I tried max-width in css but it is not working.

Thanks for help.
in how_to by (280 points)
  

1 Answer

+1 vote
 
Best answer

This worked on my test file, but let me know if it doesn't work for your file:

.liquid .page, .page.liquid {
    max-width: 800px;
}

 

by (197k points)
selected by