When I select 3 cols in the footer, I go to widgets and put three texts whith links in footer 1, 2 and 3, then in the front page puts one over another in vertical position, not horizontally.
How can I fix it?
I modified bootstrap css:
line 6301
.modal-footer:after {
display: table;
content: ” “;
} to
.modal-footer:after {
content: ” “;
}
but the 3rd col still vertically, nobody knows¿?
Viewing 1 replies (of 1 total)
The topic ‘footer widgets not horizontally’ is closed to new replies.