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!!