Home › Forums › ART WordPress Theme › footer
- This topic has 7 replies, 2 voices, and was last updated 6 years, 7 months ago by
SeaTheme.
-
AuthorPosts
-
October 7, 2019 at 3:40 pm #19737
Hi!
Some footer related questions:
– can I make the footer sticky like the header – so it will always appear in the browser?
– However, I would like the footer to NOT be sticky on the mobile version.
– can I align the menu in the footer to the left?thanks in advance!
October 8, 2019 at 2:55 am #19746Hi,
It should be possible to sticky by custom CSS(“Appearance > Customize: Additional CSS”), like:
@media(min-width:768px){ #footer { position: fixed; bottom: 0; left: 0; right: 0; top: auto; } }– can I align the menu in the footer to the left?
I need to know what the footer layout is on your website. Could you please leave the website URL?
Regards!
SeaTheme – SeaTheme.net – Twitter – FacebookOctober 10, 2019 at 1:10 pm #19773Hi, thanks that worked!
– is it also possible to make the footer transparent?
– And I would like the word ‘instagram’ to be aligned left, same alignment as logo ‘Hessel de Ronde’Here is the url: https://www.hesselderonde.com/
Thanks again!
October 11, 2019 at 1:55 am #19774Welcome!
1. I found it is transparent now.
2. Plz go to Appearance > Theme options > layouts, set Footer Elements Align as HorizonRegards!
October 11, 2019 at 9:28 am #19777Hi,
It’s not transparent at the moment.. it has the same grey colour as the background but does certainly appear in front of all my images.
Any way to fix this?Thanks again
October 12, 2019 at 1:45 am #19789Please use the custom CSS:
#footer { background-color: transparent; }October 13, 2019 at 12:26 pm #19794Great, that worked, thanks! Now there is only a problem with the next/previous buttons, as these are ‘under’ the footer. Is there a way of fixing this? I think I somehow need to get more space underneath the arrows/previous,next buttons so that they will end up higher than the footer when you fully scroll down?
Please see for example: https://www.hesselderonde.com/?post_type=ux-portfolio&p=696
October 13, 2019 at 1:46 pm #19798Please go to Appearance > Theme Options > Layout, disable “Enable Footer Widget”
Please add the custom CSS:
.post-navi-single, .post-navi-unit-tit { margin-bottom: 240px; } -
AuthorPosts
- You must be logged in to reply to this topic.
