Hi, how can I split the footer in 2 positions please ? Here 1 is footnav-1 ; 2 is footnav-2 and 3 is footer, but I want 2 and 3 to be in footer, one at the left and the other at the right...
harmonyhill Hi In template options > Layout > you can change the position to 3 : http://prntscr.com/ur5lbu Publish the copyright via custom html module on footer-2 position .
I also forgot to ask how to put the "/" correctly between the menu items, the code is :
.module-ct .nav-stacked li + li:before { content: "/"; }
It isn't exactly like that, here is what I'm trying to do :
harmonyhill Kindly check it appears fine http://prntscr.com/us9p5p If you will use only footer position you have option to set the width and no. of positions.
Yes that's right it works well, my bad, I was expecting something else at first but it's good thank you ! I removed the "/" separator since I couldn't put them a the right position...