-
-
Hi,
I’m trying to change the height of my footer, can you please advise.
Déco de maison moderne : idées et astuces pour un habitat design
Thank you
Caroline
- This topic was modified 9 years, 6 months ago by cmouchiroud.
-
Hello,
To change footer height, please add these lines into your custom cs sbox:
footer#footer .inner .row-fluid.ff:first-child { padding-top: 15px; padding-bottom: 15px; }
Best regards!
-
Hi,
This has not done much…
I’ve switched to a 3 columns but would like for the space between them to be smaller a,d the white gap at the top and bottom to be slight.
Also I would like to only have the search bar without the title “search on top”
And all of it centered.
Thank you,
Caroline
-
Sorry replied to quickly.
This has now worked.
Would it be possible to have the content not as spaced out horizontally and centered?
Thank you,
Caroline
-
Hello,
You can change the footer height or the space between the widgets with some custom csss code. You can add it at custom Css Code box at general settings (theme customizations aren’t included in theme support. Support Policy).
To remove the search placeholder use this code:
footer .widget_search input[type="text"]::-webkit-input-placeholder { opacity: 0; } footer .widget_search input[type="text"]:-moz-placeholder { opacity: 0; } footer .widget_search input[type="text"]:-moz-placeholder { opacity: 0; } footer .widget_search input[type="text"]:-ms-input-placeholder { opacity: 0; }
Best regards!
- This reply was modified 9 years, 6 months ago by Ruco.
-
You must be logged in to reply to this topic.