Viewing 14 replies - 1 through 14 (of 14 total)
  • You really need to edit footer.php and move those links out of #footer and into #footer-bott.

    Thread Starter hreba

    (@hreba)

    ok, i am not sure what you mean ?? can you paste an example please?

    Thread Starter hreba

    (@hreba)

    well i changed it to

    https://pastebin.com/mzNjB8ud

    but i can not find how to make the grey area smaller :/ #footerlinks height is set to 0px

    style.css
    https://pastebin.com/0i7UA0av

    Thread Starter hreba

    (@hreba)

    actually, this only moves footer links under the foote-bott.

    i would like to keep actual look, i only need smaller gap between end of the “page” and black area. where can i change this setting???

    tn x

    Find this code.It should be right below the socialfooter div.

    https://pastebin.com/R4UHPvkK

    comment or remove this whole div area and you will get exactly what you want ??

    If you also want to decrease the gap between the links and the black footer area, you should edit your css.You should find the .footerlinks selector and change the padding property values to 0 70px 15px .You only need to change the last value to the right because that will affect the gap thats below the link. You can change it to 16px,17px or anything according to your likes and accuracy. ??

    Thread Starter hreba

    (@hreba)

    abinav:

    ok, that works, but i want to decrease the gap between bottom.jpg and footerlinks, but i cant find where to change padding.

    Open your theme’s style.css file..You should find code like this:

    .footerlinks {
    clear: left;
    font-size: 1.2em;
    height: 0;
    list-style: none outside none;
    padding: 0 70px 30px;
    text-align: center;
    }

    change the padding value to 0 70px 15px and see if it works for you.You only need to change the last value to the right to decrease the gap below the links.Change the value according to your eyes. ??

    Cheers!

    Thread Starter hreba

    (@hreba)

    well, i already did that as you said before, but i need to change the gap ABOVE ” O nás | Aktuality | Vystavy | Kontakty”. i dont want so much of grey ABOVE footer links.

    I see you haven’t removed the blogroll div like i said the first time.It will make the gap above the footer links a lot less.I had already showed you how to do exactly what you wanted.Check my first reply.

    remove or comment this code:

    <div class=”blogroll-foot”>

    <!– begin widgetized footer –>

    <!– end widgetized footer –>

    </div>

    It should be below socialfooter div.

    Thread Starter hreba

    (@hreba)

    omg sorry i missed that… job is done now thank you.

    no problem buddy ??

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘move footerlinks in Greyzed’ is closed to new replies.