- This topic has 2 replies, 2 voices, and was last updated 5 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.


Home › Forums › Free Themes › Travel Ultimate › White space in product section
There is a lot of white space in the product section. Is it possible to use it for text or coding?
Here is the URL to one of my product pages and as you can see on the right side of the price there is a lot of white space.
https://www.icelandtravelcenter.com/itinerary/whale-watching-cruise-from-reykjavik/
Hello Halldor
Please add this css
.wp-travel.trip-headline-wrapper .featured-detail-section.right-plot{
width: 100% !important;
}
.wp-travel-trip-meta-info ul li{
width: 25% !important;
margin-right: 0px !important;
}
This will helps you to change the design as in the screenshot
https://www.awesomescreenshot.com/image/7347913?key=8d25ae61e76bc5b35eb71c321efe50bb
Regards,
psink
Thanks alot, looks much better 🙂
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



