Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1039139
    jlemoser
    Participant

    So, I’m having trouble with centering an image. I tried giving the image the class “center-text” and then using the CSS code

    .center-text {
    text-align: center;
    }

    but it still didn’t work. I’m pretty new to all of this stuff so any help would be appreciated.

    Thanks

    #1039177
    Rupok
    Member

    Hi there,

    Thanks for writing in! You are not doing it right as text-align won’t work for image rather text. You can give it a class “center-image” and add the following code :

    .center-image {
      display: block;
      margin: 0 auto;
    }

    Hope this helps.

    Cheers!

    #1039240
    jlemoser
    Participant

    Thanks that did it!

    #1039252
    Lely
    Moderator

    You’re welcome!

  • <script> jQuery(function($){ $("#no-reply-1039139 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>