• As you can see in the title I have 3 ‘problems’ with my wp website.

    1. Images are not centering. I need to center them manually using <div align=’ceter’> img </div>

    2. Youtube embedded links are too big, they are bigger than the post box itself and I have no idea how to fix that.

    3. Tags are showing on the bottom of the post page. I don’t want them to be there for obvious reasons.

    I hope that I can get some help here ??

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @ambroze,

    I can help you.

    Let’s try to fix your problem 1 at a time.

    Your question: 1. Images are not centering. I need to center them manually using <div align=’ceter’> img </div>

    Try using this:

    <div style="text-align:center;">
    Your image goes here...
    </div>

    Let me know if the above code fixed your problem

    Thread Starter ambroze

    (@ambroze)

    Yes, if I center them manually it works. But if I try to center them with wp editor they will not. And I can’t go over all my old posts to center every image…

    Thread Starter ambroze

    (@ambroze)

    @a2hostinglk Any ideas for the other problems?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images not centering/ yt links too big/ tags showing’ is closed to new replies.