Remove space in footer
-
Hello there,
I want to put images in footer, but when i do it, there is lot of space between them. You can see it here: http://www.academiadeseguridadprivada.com/
I left two of them so you can see it what i mean. So my question is: how can i remove that space between images? For example would like to look like this(footer): http://www.fiziocentar.rs/index.html
Help is very appreciated. Thank you so much in advance.
Nini
-
how are you adding the pictures into the footer?
You can download image plug-in, i use “image widget”
Kindly adjust or delete this line
.col-md-4 { width: 33.33333333%; }located in your file
http://www.academiadeseguridadprivada.com/wp-content/themes/avenue/inc/css/bootstrap.css?ver=1.1.1Thank you so much the Grey Parrots :)))
your theme seems to be using a grid system layout for css (bootstrap) and it’s assigned a 3 column layout for the footer. i’ve not used bootstrap so i can’t really tell you where you need to go exactly but my guess would be the footer.php file, find instances of
.col-md-4and change that to.col.md-3and that should give you 4 columns in the footer.all your columns should add up to 12 (3×4 = 12 etc)
hope that helps a little bit.
You are welcome Nini79 🙂
Thank you theotherlebowski 🙂
Guys one more thing.. if i erase that line as i did.. i fixed footer, but other thing also have changed and that is the menu right under the slider.. it has moved to the left.. hmmm what i need to do now?
Thanks
that’s what i thought might happen. with a grid css layout you need to specify column widths to make sure the grid stays in place or things will bleed over into the empty space from nearby parts of the grid.
just deleting that line of code isn’t quite the solution, you need to try and make sure that there are columns with set width amounts in place (even if you don’t use them, for one single column you’d use .col-md-12 for example…)
read up on bootstrap css grid layout for more information.
Ok will do it.. is there any plug in that can set columns or add them? 🙂
Like this one for example? https://wordpress.org/plugins/easy-columns/
it’s worth a shot using a plugin like that. i’d do some research into the grid system so that if by some chance the plugin fails or the developer stops updating it you can at least maybe see what’s going wrong and maybe tweak it… 😀
Hahaha you are right, i have just upload plugin but it is not compatible with latest wordpress version. I guess i need to go to read and learn now 😀 (i understood what is the problem, after you explained to me, i guess just wanted some quick solution :D)
😀 nothing wrong with wanting a quick fix (with wp there’s usually one somewhere).
good luck and if you get it sorted could you post back on here so that other people who are looking for a solution can maybe follow what you did?
Yes sir. Roger that. 😀
Hmmm. i just discovered that was in theme option for footer to add columns.. but there is up to 4.. so there are still space between images.. ok will discover how to fix that and will post it here.
The topic ‘Remove space in footer’ is closed to new replies.