Hi weyck. Welcome to the Hueman forum. What you’re requesting is related to the display of the page elements, which is usually done with CSS. You don’t need a child theme if you’re just doing CSS modifications. A plugin like Simple CSS or Simple Custom CSS will work fine.
I am a Newbie to “HTML” and “CSS”.
Good to know; that’s why we have the forum. However, I would suggest that you acquire at least a basic knowledge of CSS so you can (a) have an understanding of how it works, and (b) make sense of what soemone suggests here. You might check the “CSS Resources” section in this article: https://premium.wpmudev.org/blog/css-mega-guide/. Lots of good referneces there.
I didn’t quite understand this:
I want the animal picture and the nation symbols in a horizontal direction. The name of the nation should be in one “line” with the nation icon.
Sounds like you want them going across instead of down? If that’s the case, where is the nation name supposed to be?
Is is like this:
animal
image icon nationname icon nationname icon nationname icon nationname
Or this:
animal icon icon icon icon
iamge nationname nationname nationname nationname
Or something else?
Also, what did you use to create the grid columns on the page?
The nation flag number 4 isn’t in the right place…
That’s because that image has a class of “aligncenter” which is putting it in the center of the container. You might also consider placing your nation names inside <p></p> tags to make them easier to work with.
Thread Starter
weyck
(@weyck)
Hi bdbrown,
thanks for your (very good) answer! You helped me very much. Until now i did my first steps with a child template and i found the css mistakes too.
You’re welcome; glad to help. If you have additional questions on this specific topic let us know. Otherwise, please mark the topic as Resolved. You can always open a new topic if you have other questions. Thanks.