Viewing 15 replies - 1 through 15 (of 15 total)
  • jack randall

    (@theotherlebowski)

    how are you adding the pictures into the footer?

    Thread Starter Nini79

    (@nini79)

    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.1

    Thread Starter Nini79

    (@nini79)

    Thank you so much the Grey Parrots :)))

    jack randall

    (@theotherlebowski)

    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-4 and change that to .col.md-3 and 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 🙂

    Thread Starter Nini79

    (@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

    jack randall

    (@theotherlebowski)

    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.

    Thread Starter Nini79

    (@nini79)

    Ok will do it.. is there any plug in that can set columns or add them? 🙂

    Thread Starter Nini79

    (@nini79)

    Like this one for example? https://wordpress.org/plugins/easy-columns/

    jack randall

    (@theotherlebowski)

    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… 😀

    Thread Starter Nini79

    (@nini79)

    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)

    jack randall

    (@theotherlebowski)

    😀 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?

    Thread Starter Nini79

    (@nini79)

    Yes sir. Roger that. 😀

    Thread Starter Nini79

    (@nini79)

    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.

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Remove space in footer’ is closed to new replies.