Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1031172
    John
    Participant

    Hey guys,

    There are two thing going on with my theme when I look at images sideways on a mobile device. The first is that images the border (via the thumbnail treatment) is extending past the image and I’m not sure how to get it back in correct proportions, take a look at 1.png

    The second is that I would like the images to be centered in the middle of the phone, take a look at 0.png.

    The site that I’m working on is:

    Lansing Website Design

    Thanks for the help X team!

    #1031720
    Christopher
    Moderator

    Hi there,

    Please add this code:

    .x-img-thumbnail {
        border: none;
    }

    Please update this code :

    .x-img-thumbnail  {
        border-color: #EF4723;
    }

    To :

    .x-img-thumbnail img {
        border:1px solid #EF4723;
    }

    The images are already centered, please provide us with screen shot.

    Thanks.

    #1032174
    John
    Participant

    Worked great thanks!

    #1032474
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1031172 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>