How to Style individual images with new image interface

  • laurie.dibenedetto@gmail.com

    #9103

    Hi and thanks for any help:

    Either the new wordpress or graphene version (not sure which) has a new image interface and I’m having trouble styling images. In the old interface, under advanced, I used to just type, for instance: padding-right: 40px; padding-top: 10px;

    The new interface is asking for Image CSS Class. If I type in the above, it doesn’t work.

    Can someone please tell me what to type in there to add things like padding. If I have to add something in custom CSS to make it work, if you could please provide that too.

    Thanks so much.

    Mod

    Kenneth John Odle

    #42777
    Quote:
    The new interface is asking for Image CSS Class. If I type in the above, it doesn’t work.

    Enter something like:

    ld_img

    In custom CSS feature or child theme stylesheet:

    .ld_img {
    padding-right: 40px;
    }

    Moved to Support. Please post in the correct section next time.

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.