Tagged: x Author Posts June 13, 2016 at 2:16 am #1039139 jlemoserParticipant 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 June 13, 2016 at 2:58 am #1039177 RupokMember 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! June 13, 2016 at 3:50 am #1039240 jlemoserParticipant Thanks that did it! June 13, 2016 at 3:58 am #1039252 LelyModerator You’re welcome! Author Posts <script> jQuery(function($){ $("#no-reply-1039139 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In