Forum Replies Created
-
This content is restricted to customers with active licenses.
in reply to: PicThis content is restricted to customers with active licenses.
in reply to: Contact form not sending emailsThis content is restricted to customers with active licenses.
in reply to: Contact form not sending emailsThis content is restricted to customers with active licenses.
in reply to: Maximum rental daysThis content is restricted to customers with active licenses.
in reply to: Website – Not mobile-friendlyThis content is restricted to customers with active licenses.
This content is restricted to customers with active licenses.
This content is restricted to customers with active licenses.
This content is restricted to customers with active licenses.
This content is restricted to customers with active licenses.
This content is restricted to customers with active licenses.
in reply to: Multilanguage problemThis content is restricted to customers with active licenses.
in reply to: Contact form doesn't workThis content is restricted to customers with active licenses.
in reply to: Extra Step in BookingThis content is restricted to customers with active licenses.
in reply to: want to change CurrencyThis content is restricted to customers with active licenses.
in reply to: Extra field at step 4This content is restricted to customers with active licenses.
in reply to: Contact form doesn't workHome page for Taverna was not built with Visual Composer plugin, but with widgets and customizer – read the detailed tutorial here.
in reply to: Create Home Page with visual composerThis content is restricted to customers with active licenses.
in reply to: Too Many Redirects – carhire cookieUnfortunately, you can’t determine the break position, but it should help a bit. Hopefully it works well for you ;)
in reply to: broken mobile version of our siteIn that case, edit line 762 in style.css file and add
word-wrap: break-word;to it:.widget-title { color: #d73200; font-family: 'Shadows Into Light', cursive; font-size: 20px; letter-spacing: 2px; margin-bottom: 28px; text-transform: uppercase; word-wrap: break-word; }in reply to: broken mobile version of our siteThis content is restricted to customers with active licenses.
in reply to: Extra Step in BookingIn this case, your title is to long to fit into the screen, so you have two options:
1. Reduce the title font size
2. Break the title letters, when they don’t fit the screenWhich one is better?
in reply to: broken mobile version of our siteOk, I see the issue now. Because your title is so long and big, 1000px width of your header content is not enough. Either decrease that or make the wrapper (line 1981) wider in style.css file:
@media only screen and (min-width: 768px) .wrap { max-width: 1200px; } }in reply to: broken mobile version of our siteI see the headline as centered on my end. Share your browser information and a screenshot, so I can have a clear view of the issue.
in reply to: broken mobile version of our siteThis content is restricted to customers with active licenses.
in reply to: Too Many Redirects – carhire cookie