Hi there,
It may be a simple problem, but I have stuck here for quite a while.
As the following pictures, it’s there any way to make the image and text horizontal-align?
I only find the vertical-align functions in the editing block.
Thank you in advance for your help!
https://drive.google.com/file/d/155Fj0MxgZKJZKQL4AtOGVLBE-uHp-cy5/view?usp=sharing
Hey yidansat,
Do you mean that you want the image to align with the paragraph?
Best regards,
Rikard
Yes ! Excatly !
Hi,
Thanks for the clarification. Please try this in Quick CSS:
@media only screen and (min-width: 768px) {
.tab_content img:first-of-type {
margin-top: 35px;
}
}
Best regards,
Rikard
Hi, Rikard,
Thank you for your help!
I have tried with the code, but it seems like it would move down the image, but I actually needed to move the header and paragraph a bit lower to make them middle-aligned with the image.
Please see the following pictures.
Thank you!
My homepage :
Ideal look of it :
https://drive.google.com/drive/u/1/folders/1lHHhU0cnDbJNLPZLSQPBFIVeIc7e4ol4
Hi,
Thanks for the clarification, I think that will be hard with the layout you presently have unfortunately. You have the image inside of the header for instance. Please try to place the image in one container, and the header and text in another. Also give your containers classes so that they can be targeted with CSS.
Best regards,
Rikard