• Resolved WordDug

    (@worddug)


    Hi,

    I added some custom CSS to the thumbnail borders via the child theme

    .post-thumbnail img {
    border:1px solid #cccccc;
    }

    this works fine in all desktop browsers but when I view on an iphone or when the theme is reponsive the border on the right of the thumbnail dissapears for some reason.

    Are you able to let me know how to fix this issue?

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter WordDug

    (@worddug)

    Not sure if its the best way to do it but I changed the below in the child theme css and it seems to work ok.

    .post-thumbnail img {
    border: 1px solid #cccccc;
    width: 99%;
    }

Viewing 1 replies (of 1 total)

The topic ‘CSS border for thumbnails’ is closed to new replies.