Hello,
I tried to change the client view, and i did to a carroussel, bur my problem is that the grid of logos is in a col-6 div, how/where can i change that ?
I give you an exemple in your demo (http://demo.drupalexp.com/orane/) i want to change the div col-6 containing that text :
OUR CLIENTSLorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce scelerisque nibh et neque faucibus suscipit. Sed auctor ipsum ut tellus faucibus tincidunt.Lorem ipsum dolor sit amet, consectetur adipiscing elit
and change the div col-6 containing the grid of logos too
so that the grid of logos became a col12
thanks
© Copyright 2013-2017 DrupalExp - All Rights Reserved
Hello Itool,
You can modify column in template file located at themes/orane/templates/views/views-view--Clients.tpl.php or remove this template file and clear cache it will show clients in col-12.
Thank you