• Resolved decisive

    (@decisive)


    Used to be I could easily add padding and border to my images. Where did this feature go, it is very important???

Viewing 3 replies - 46 through 48 (of 48 total)
  • jdavidingram, how do you set it up so that the images have a border on just the right or left side? Having a border on all sides doesn’t look right for embedded images with word wrap.

    You will have to use CSS to just add the border on the left or right side. Will simply have to assign the image a class when adding within a post. There is a field for the class

    For example you could create a css class called customclassborderright or customclassborderleft and then put that in the css class field in the post editor after adding an image.

    Of course you will need add this class to your custom.css or style.css sheet. Using the examples above you would add this value for example:

    .customclassborderright { border-right: 1px solid black; }

    or

    .customclassborderleft { border-left: 1px solid black; }

    etc.

    Good luck!

    Hello I am too one of the sorry minority that is very frustrated that WP removed the border and padding function.
    What arrogance to tell a lot of serious users that they are not worth while!
    And this Andrew (volunteer moderator)caracter is sticking his nose in the treads, not to help, but only defending a hopeless mistake and is telling people to start new threads or what ever!
    Please get the message instead!
    Allways nice to hear from a clever guy that holds the only thruth.
    He didn`t even know if the feature was a plug or not???

Viewing 3 replies - 46 through 48 (of 48 total)
  • The topic ‘3.9 Update – How to Add Padding and Border to Images Now?’ is closed to new replies.