• Resolved kevinagar

    (@kevinagar)


    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/ 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/
    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 to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    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/

    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

    (@kevinagar)

    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

    (@opajaap)

    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

    (@kevinagar)

    Perfect, thanks a lot Jacob

    Kevin

    Thread Starter kevinagar

    (@kevinagar)

    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.