I'd like to create a grid with borders that is not the full width of the webpage and just one column wide. And that appears on the left side of the page. The closest I've come is with a single column and using <hr> to create rules between the books. Is there a way to do this with Harmony?
https://fathompublishing.com/orders/indexdraft-v4.html
Harmony single column
(3 posts) (2 voices)-
Posted 10 months ago
-
With Harmony you would add as many columns as needed, all set to 100%. You then use the 'Max Width' option in the 'Grid Options' section to control the width of the columns. However, since you also want it to be left aligned then we'll use the User Class to set it all up:
-Add this style rule to your style sheet:
.spec-rows {
max-width: 500px !important;
margin-left: 0px !important;
}-Save and close the style sheet
-Now open the Harmony interface and create as many single columns as needed, each set to 100%
-Enter this: spec-rows
into the 'Grid User Class' box
-Click OK to close the interface.
You should now see the single rows, with width limited to 500px. Adjust the 500px as need.
Posted 10 months ago -
Perfect. Thanks for your assistance.
Posted 10 months ago
Reply
You must log in to post.