horizontal align text and image.
-
Hello!
I’m having a problem with a text and image alignment when I need to visualize a single post.
Right now I have this part of code
<div class="gridly-copy"> <?php the_content(); ?> <p><?php the_tags(); ?></p> <div class="clear"></div> <?php comments_template(); ?> </div>
The important part is “the_content();” but I can’t put the text box on a left side and the image slider in the right side like this image
https://postimage.org/image/u7bxe6ia7/
The images are uploaded by a plugin and I don’t understand how can separate and align this.
Thank you in advance.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘horizontal align text and image.’ is closed to new replies.