Title: Text size and alignment
Last modified: November 14, 2018

---

# Text size and alignment

 *  Resolved [kevinagar](https://wordpress.org/support/users/kevinagar/)
 * (@kevinagar)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/text-size-and-alignment/)
 * Hi Jacob
    again, thanks for such a great plugin and your fantastic support. I
   have a couple of problems with text. I have an album on a page, for example Recent
   Photographs at [https://kevinagar.uk/recent-photographs/](https://kevinagar.uk/recent-photographs/)
   If I look at a full size image all of the text is the same size for example Laughing
   Dove, Spilopelia senegalensis Canon EOS 7D Mark II 1/2500 s. f/7.1 iso400 700
   mm. If I link to this photograph and place it in a post using [wppa type=”mphoto”
   photo=”11322″ size=”1200″ align=”center”]Any comment[/wppa] the top line is in
   a smaller font like on this post [https://kevinagar.uk/a-varied-week/](https://kevinagar.uk/a-varied-week/)
   As well as this, even though I want all my comments to be centre aligned, they
   appear left justified, although if I look at the page whilst logged in as administrator
   they are centre aligned. It’s not a deal breaker and is probably something I’m
   doing but it would be nice to get it right 🙂 Thanks in advance
 * Kevin
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftext-size-and-alignment%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * (@opajaap)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/text-size-and-alignment/#post-10880276)
 * Add to your custom css:
 *     ```
       .wp-caption-text {
       fontsize:14px !important;
       }
       ```
   
 * This makes `Roe Deer` the same size as `Canon EOS 7D Mark II` etc. on [https://kevinagar.uk/a-varied-week/](https://kevinagar.uk/a-varied-week/)
 * Why do you put all the exiftags in a table? Maybe from my doc site, but you can
   use the keywords in any text
 *  Thread Starter [kevinagar](https://wordpress.org/support/users/kevinagar/)
 * (@kevinagar)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/text-size-and-alignment/#post-10880954)
 * Thank you Jacob, works perfectly. I don’t understand your question “Why do you
   put all the exiftags in a table? “
 *  Plugin Author [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * (@opajaap)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/text-size-and-alignment/#post-10886362)
 * I thought you wanted the photo description center aligned.
 * If yu want the comments centered:
 *     ```
       .wppa-comment-textarea {
       text-align:center !important;
       ```
   
 *  Thread Starter [kevinagar](https://wordpress.org/support/users/kevinagar/)
 * (@kevinagar)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/text-size-and-alignment/#post-10886544)
 * Perfect, thanks a lot Jacob
 * Kevin
 *  Thread Starter [kevinagar](https://wordpress.org/support/users/kevinagar/)
 * (@kevinagar)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/text-size-and-alignment/#post-10894304)
 * Hi Jacob
    although I closed this as solved, I am still having a few problems.
   The change text size worked well if I changed your suggestion as below, changing
   fontsize to font-size.
 * .wp-caption-text {
    font-size:14px !important; }
 * Alignment still doesn’t work when I’m not logged in.
    I’ve tried several different
   commands, for example .wppa-comment-textarea { text-align:center !important; }.
   wp-caption-text { text-align:center !important; } .wp_text-align_lightbox { text-
   align:center !important; } and non of them work. Looking through the settings
   I noticed the setting IV-B9 So I tried .wppa_fulldesc_align { fulldesc_align=
   center !important } .wppa_fulldesc_align { align=center !important } Nothing 
   seems to work. So I tried changing setting IV-B9 to right, but again nothing 
   changes. Any ideas please?
 * Kevin

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Text size and alignment’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-photo-album-plus.svg)
 * [WP Photo Album Plus](https://wordpress.org/plugins/wp-photo-album-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-photo-album-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-photo-album-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-photo-album-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-photo-album-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-photo-album-plus/reviews/)

## Tags

 * [justify](https://wordpress.org/support/topic-tag/justify/)
 * [text](https://wordpress.org/support/topic-tag/text/)

 * 5 replies
 * 2 participants
 * Last reply from: [kevinagar](https://wordpress.org/support/users/kevinagar/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/text-size-and-alignment/#post-10894304)
 * Status: resolved