-
In reference to the portfolio tab. I am looking for advice on how to display the "short description" text from above each image to the right hand size of the image. I plan to use smaller images to allow for more text Is this an easy thing to do? And which file would i need to edit to alter this layout? |
Beta Was this translation helpful? Give feedback.
Answered by
rjzupkoii
Feb 9, 2025
Replies: 1 comment 3 replies
-
The code that controls the layout of the text in relation to the image is in |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the block of code with the relevant
div
andimg
tags -However, working with the template means a mix of HTML, CSS, and Liquid to work with, so it can be a bit challenging to really customize things. Odds are
archive__item-teaser
is the one to focus on, and the SCSS is in_sass/layout/_archive.scss