• Resolved websiteguy

    (@kwizzy)


    Hello,

    Is it possible to make the outline itinerary trip in straight line instead of the one thats currently where the trip outline of the days is in a zigzag fortmat

    e.g Day 1
    Day 2
    Day 3

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @kwizzy,

    Actually it not possible to display the itineraries in st.line because the itinerary section is designed in such way and to make the changes requires whole lots of custom code and custom CSS and as much as we would love to help you with this, we are unable to do so as it falls beyond the support we offer for our product.

    Hope you understand ?? .

    If you have any queries/issues further, you can also post your queries to the plugin’s official support forum for dedicated and quick support at :

    https://wptravel.io/support-forum/forum/wp-travel/

    Best Regards !!

    Thread Starter websiteguy

    (@kwizzy)

    Thanks for the fast reply.

    Ok. i get it.

    1. Is it possible to reduce or auto size the featured image of the trip. My images look big when a trip is opened.

    2. Do you know of another plugin that does the same but with a straight line itinerary

    Hello @kwizzy,

    Your query has been answered below:

    1. Is it possible to reduce or auto size the featured image of the trip. My images look big when a trip is opened.
    Ans:
    Actually the image in the trip page is placed by calculating the height and width and to customize the size requires a higher code customization.

    2. Ans: As for the itinerary layout we will provide you some custom CSS which will lists your itinerary in st. line.

    For this go to Admin panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .row-reverse {
        flex-direction: row;
    }
    .row-reverse .tc-heading {
        text-align: right;
    }
    .tc-content.left {
        border-left: 2px solid;
        text-align: left;
        border-right:none;
    }
    .itenary .row-reverse .image {
        right: initial;
        left: -13px;
    }

    If this is not what you want then please provide the screenshot explaining the query further so that we can provide the precise fix.

    Also, as mentioned above please post your query directly in our official support forum as that it would be easy for us to reply your query.

    Thank you ?? .

    Best Regards!!

    Closed due to inactivity.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘OUTLINE TRIP’ is closed to new replies.