Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #543080

    Hallo,

    ist es möglich, den Footer hier so einzustellen, dass das Bild genau am unteren Rand des grauen Footers endet?
    http://enfold.tvg.de/

    Vielen Dank und viele Grüsse,
    Stefan

    #543321

    Hey tvgverlag!

    Try adding this to your custom CSS.

    #footer .textwidget img {
        bottom: -60px !important;
        display: block !important;
        position: relative !important;
    }
    #footer .widget, #footer .textwidget { overflow: visible !important; }
    

    Cheers!
    Elliott

    #543495

    Thanks Elliott,
    that works, but not so good, the image on the right is after the mouseover very small ( I think -60px :))

    Best Regards,
    Stefan

    • This reply was modified 8 years, 9 months ago by tvgverlag.
    #543559

    Hey!

    Please add following code to Quick CSS as well

    #footer .textwidget a {
        display: inline!important;
    }

    Regards,
    Yigit

    #544361

    Thanks Yigit ;)

    that works, but the mouse over looks not so fine, please have a look on enfold.tvg.de

    Regards,
    Stefan

    #546038

    Hey!

    Try this.

    #footer .image-overlay { display: none !important; }
    

    If that is not working either then please take a screenshot and highlight exactly what your trying to do so we can get a better idea.

    Best regards,
    Elliott

    #1331617

    Hallo, ich will das nochmal aktualisieren. Wie kann ich den oberen Abstand in meinem Footer verkleinern?
    Der hat r Elemente.

    #1331618

    JUnd den unteren :)

    #1331619
    This reply has been marked as private.
    #1331620

    Hi,
    Sorry I’m not sure exactly what you mean, can you include a screenshot? When I check your footer you have empty widgets above other widgets causing extra space:
    2021-12-05_010.jpg

    Best regards,
    Mike

    #1331623

    Danke Mike, stimmt!
    Und nun würd ich gerne noch den oberen und unteren Rand etwas kleiner und en unteren Rand deutlich kleiner haben wollen :)

    #1331625

    Hi,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top #footer> .container > .flex_column > .widget,
    #top #footer form,
    #top #footer fieldset {
    	margin: 0;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1331897

    Sorry, the Email landed in the spam, I found it now.
    And sorry, it does not work – it doesn`t change anything …

    Before I found just this and it also did nt help:

    #footer {
    padding: 0;
    }

    #1331963

    Hi,
    Please try again and don’t copy the css from an email, but from the forum,
    this is the expted results:
    2021-12-08_060140.jpg

    Best regards,
    Mike

    #1332021
    This reply has been marked as private.
    #1332108

    Hi,
    Try add ing this css :

    #top #footer {
    	padding: 0;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1332564

    Thank You.

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Footer Höhe’ is closed to new replies.