Trip Feature Image size

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #13930
    asrar
    Participant

    Dear Support Team,

    Appreciate your wonderful plugin, I want to make the FEATURE image size a bit small to look properly.

    Could please help me out to do it ?

    post link : https://malaysia-adventuretours.com/itinerary/half-day-gopeng-white-water-rafting-tour/

    Thanks,
    israr

    #13932
    asrar
    Participant

    Bwt i did the image but the other section is bigger than it. So i want to make both image section and description section (.wp-travel.trip-headline-wrapper.right-plot-inner-wrap) equal height

    #13937
    wensolutions
    Keymaster

    Hello,

    Please add the below given CSS by going to, Admin Panel > Appearance > Customize > Additional CSS

    #main .entry-content .wp-travel .featured-side-image {
        height: 765px !important;
    }

    Hope this helps,

    For any further query/confusion, feel free to write us back,

    Best Regards!!

    #13939
    asrar
    Participant

    Thanks for your reply

    As i want to be the same as you can see in the below screenshots.
    By the way, the feature image size become quite long in the MOBILE, found screenshots can be found as follows:

    Desktop: http://tinypic.com/r/bhc8e1/9

    Mobile: http://i67.tinypic.com/2e5k4rr.jpg

    Looking for your response.

    Regards,
    asrar

    #13942
    Support Team
    Keymaster

    Hello,

    Once try the below given code by replacing the code provided above.

    @media (min-width: 960px){
    #main .entry-content .wp-travel .featured-side-image {
        height: 666px !important;
    }
    }

    Hope this helps.

    Thank you.

    #13943
    asrar
    Participant

    Thanks it worked in mobile.

    But in the desktop img section and description section still have space from the tabs.

    You may check the the screenshot : http://tinypic.com/r/6qaypj/9

    Best regards,
    asrar

    #13952
    Support Team
    Keymaster

    Hello,

    Please replace the above given CSS with the CSS below:

    @media (min-width: 960px){
    #main .entry-content .wp-travel .featured-side-image {
        height: 765px !important;
    }
    }

    Hope this helps.

    Thank you.

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