Bertallo Posted October 26, 2014 Share Posted October 26, 2014 Hi everybody, i need to put 3 logos on the header section, so i decided to move the search block inside the horizontal top menu. The problem now is that the cart block has taken the place of the search block (center of the header) but i want it to stay on the right. I think i need to modify the Bootstrap column because it works changing <div class ="col-sm-4 clearfix"> with <div class ="col-sm-8 clearfix"> on the browser's web inspector, but i need that cart occupy only the 4 columns on the right and the logos the other 8 on the left. How can I do this? Link to comment Share on other sites More sharing options...
vekia Posted October 27, 2014 Share Posted October 27, 2014 add offset class param col-sm-offset-4 Link to comment Share on other sites More sharing options...
Recommended Posts