-
How can I change / reduce the distance between the image column and the text column in the About widget |
Beta Was this translation helpful? Give feedback.
Answered by
chrede88
Dec 31, 2020
Replies: 1 comment 2 replies
-
Wowchemy uses Bootstrap, so you'll have to play around with the bootstrap css classes. Link: https://getbootstrap.com/docs/4.0/layout/grid/#mix-and-match The partial controlling the about widget can be found here: https://github.com/wowchemy/wowchemy-hugo-modules/blob/master/wowchemy/layouts/partials/widgets/about.html |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
MERE55
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wowchemy uses Bootstrap, so you'll have to play around with the bootstrap css classes. Link: https://getbootstrap.com/docs/4.0/layout/grid/#mix-and-match
The partial controlling the about widget can be found here: https://github.com/wowchemy/wowchemy-hugo-modules/blob/master/wowchemy/layouts/partials/widgets/about.html
You'll have to place your modified version in your local tree:
./layouts/partials/widgets/about.html
.