Viewing 4 replies - 1 through 4 (of 4 total)
  • Michael

    (@alchymyth)

    edit style.css, find:

    .gallery .gallery-caption {
    	color: #888;
    	font-size: 12px;
    	margin: 0 0 12px;
    }

    and add some left/right padding; example:

    padding: 0 15px;

    btw:
    it is recommended not to edit Twenty Ten directly, but to create a child theme https://codex.www.ads-software.com/Child_Themes and make the edits in there.

    Thread Starter ursalataan

    (@ursalataan)

    Thanks alchymyth, I’ll be able to use this a little later.

    I’m just learning where to go to access the FTP files in order to create a root install and then a new directory.

    Would I access wp-content/themes through general settings in WP or through my host by creating an FTP account?

    thanks again.

    Thread Starter ursalataan

    (@ursalataan)

    This site has been pretty helpful in starting with a child theme.

    https://op111.net/53/

    Thanks you alchymyth.

    Thread Starter ursalataan

    (@ursalataan)

    adding padding was perfect, thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: Twenty Ten] how to wrap caption text in a gallery’ is closed to new replies.