Skip to content

How to increase "preview" image in "Publication" #1577

Answered by TheFermi0n
awsaf49 asked this question in Q&A
Discussion options

You must be logged in to vote

is the <div id="{{entry.key}}" class="col-sm-8"> second column?

Currently, the total sum is (2 + 8) = 10, If I change the first column to 3 doesn't it mean the second column will be 10 - 3 = 7 ??

Yes that is the second column. For al-folio it is 10, yes. So if you change your first column to 3 then you still have 1 unit left so no worries with the second column.

Additionally, for the misalignment what you can do is play with the _sass/base.scss file and change this part accordingly

.preview {
        width: 100%;
        min-width: 80px;
        max-width: 200px;
      }

specifically increasing the max-width might fix the misalignment.

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by awsaf49
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants