DavidVargasxyz

Results 4 comments of DavidVargasxyz

Where does the css file go and what to name it? Also, are there any other settings to change for this?

Is there a way to add a picture with text next to it? Maybe I don't need multi column for this?

> You could try out [Hugo's build-in `figure`](https://gohugo.io/content-management/shortcodes/#figure) shortcode (I haven't tested if this looks good with the theme). Ah, looks like this just puts some text under the picture....

> On my website my husband implemented the following in `layouts\shortcodes\columns.html`: > > ``` > {{- $size := default "regular" (.Get "size" | lower) }} > > {{- if not...