Viewing 5 reply threads
You must be logged in to reply to this topic.
Hello which CSS changes are needfull to center the clients?
Thank you :)
Another question to the Client URLs are, how can I change them to open them in a new tab?
Hello,
To center your clients, please add this code into your custom css box:
.clients .item {
margin-left: 50px;
}
To make open in new tab, please go to file vc_templates/clients.php and find this line:
$output .= '<a href="'.esc_url($client['url']).'" title="'.esc_attr($client['title']).'">';
Replace with this:
$output .= '<a target="_blank" href="'.esc_url($client['url']).'" title="'.esc_attr($client['title']).'">';
Best regards!
Hello,
You must add more clients to make the carousel arrows show up.
Best regards!
Hei,
but this is no opinion for my solution.
Look at the site in mobile version, its really creepy!
Can I not make any sourcecode modification?
You must be logged in to reply to this topic.