Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @kowarler – Generally when asking for help with custom CSS it is much easier to get suggestions when you provide a link to where the actual content is being displayed.

    Thanks!

    – Cais.

    Thread Starter kowarler

    (@kowarler)

    Makes sense, here you are…

    https://thesaabenthusiasts.co.uk/portfolio/gallery/

    I look forward to hearing from you.

    Plugin Contributor photocrati

    (@photocrati)

    @kowarler – From what I can tell you are referring to the “titles” as the text you are writing above the inserted displays? If that is the case, then you should look at how your theme presents text within the content area and choose an appropriate HTML tag to use for it.

    Try wrapping the text in an <h2> or maybe an <h3> tag and see what you get.

    Thanks!

    – Cais.

    Thread Starter kowarler

    (@kowarler)

    Great that works, but how do I remove the padding between the Title and Description?

    Thank you.

    Plugin Contributor photocrati

    (@photocrati)

    @kowarler – This again would be within your theme’s styles and layout.

    – Cais.

    Thread Starter kowarler

    (@kowarler)

    Seems there’s
    added after the <h2> title, I assume the style.css is doing this, but not sure where to go from here.

    Thanks for your help though – very much appreciated!

    Plugin Contributor photocrati

    (@photocrati)

    @kowarler – Yes, it will most likely be in the theme’s style.css … look around line 150 to see the margin property.

    You’ll probably have to add something along the lines of the following:
    div.ngg-galleryoverview h2 { margin: 0 0 0 0; }

    This would be best to add in a “safe” custom CSS location such as under Gallery > Other Options > Style (in NextGEN Gallery), or if you use Jetpack, in its custom CSS module.

    – Cais.

    Thread Starter kowarler

    (@kowarler)

    I’ve got round the Description issue on the first gallery, by adding <h2> and <h5> tags into the Title section, but the second gallery uses the original setup – and has gone a little awry!

    I would like to have a few thumbnail galleries on this page – I would also like to remove the ‘Show Slideshow’ (to tidy up the page) – it seems to have gone from the second gallery, but not the first!?

    Any help would be gratefully received!

    Plugin Contributor photocrati

    (@photocrati)

    @kowarler – I’m not seeing the show slideshow text on the page, and I am not certain why the second gallery’s description text is offset to the right (as it appears now).

    This may have to do with how you added the content to the page …

    – Cais.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Bigger/Bold title for thumbnail galleries’ is closed to new replies.