I am not able to keep image and paragraph together (Splash layout) #2439
Unanswered
edualvarado
asked this question in
Q&A
Replies: 1 comment
-
No simple way. You'll need to modify the CSS in theme's stylesheet to make changes like this. Most components in the theme are designed with a mobile first approach. Elements shift around based on the screen size, so if you tinker with the layout you'll need to make sure it applies everywhere. This could explain why you saw some layout breakage. If you're new to HTML and CSS this might be a challenge to get right. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am very newbie with html, and using this theme, I am having a problem with the layout Splash.
I have the following feature: link written in my
index.html
I want to take the image, make it quite smaller, close to the title, like this I did with paint: link.
I am able to manipulate more or less the margins, paddings and width in % to manipulate it, but I have two problems:
Is there any way just to make what I want in a simple way, only for that image instance?
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions