Image display

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6830
    chitrag
    Participant

    image issue

    Why page image does not display in square instead it display more vertically.

    How to fix it

    #6844
    WP Travel
    Keymaster

    Hello @chitrag,

    The image appears in such way is because of your theme layout.

    However, you can use below given CSS a quick fix.

    Add below given CSS in Additional CSS.

    .wp-travel-trip-meta-info ul li {
       box-sizing: border-box;
    }

    Hope this works out.

    Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.