Image with logos in the footer?
-
Hi, is it possible to add an image with logos to the footer of the Cubic theme?
The image I would like to have in the footer is this one: https://espacephotography.files.wordpress.com/2015/10/logosgrey.jpg
Thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
Hi espacephotography
Try this custom CSS.
@media screen and (min-width: 768px) { .infinite-scroll.neverending .site-footer { background-image: url("https://espacephotography.files.wordpress.com/2015/10/logosgrey.jpg"); padding-bottom: 6em; } } @media screen and (min-width: 768px) { .site-info { margin-top: 10em; } } -
Hi g471n,
Thank you for your help. I just tried it, but the image appears twice: is there a way to fix it?
Thanks again!
-
Sure. Change the first part I gave you to:
@media screen and (min-width: 768px) { .infinite-scroll.neverending .site-footer { background-image: url("https://espacephotography.files.wordpress.com/2015/10/logosgrey.jpg"); background-repeat: no-repeat; padding-bottom: 6em; } } -
-
- The topic ‘Image with logos in the footer?’ is closed to new replies.