• Hello,

    your plugin produces the following HTML code for the title:

    <div class="afg-title" style="font-size:1em">Foobar</div>

    If I specify an own font size using CSS in the advanced settings like this:

    div.afg-title {
        font-size:0.8em;
    }

    My own font size from the CSS file will be overridden by your hard coded font size. You should move it from the HTML attribute to the afg.css file, that should fix this problem.

    Thank you very much
    McPringle

    http://wordpress.org/extend/plugins/awesome-flickr-gallery-plugin/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ronak Gandhi

    (@ronakg)

    The size of the fonts depends on the size of the thumbnails. That’s why it is in the HTML and not in css. If you change the photo size to a larger one, the font size is also increased to keep things in proportion.

    Thread Starter McPringle

    (@mcpringle)

    Good evening,

    I don’t like the proportion of the thumbnail size to the title font size and the the title font size of the flickr thumbnails doesn’t correspond to all the other image titles of my website.

    cu
    McPringle

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modifying title size does not work’ is closed to new replies.