hi,
I tried to change the space between the footer content and the footer border (top & bottom) with the following code which I found here in the forum:
“You can add following code to Quick CSS in Enfold theme options under Styling tab to set padding value to 0
#footer {
padding: 0; }
by default it is 15px 0 30px 0
Best regards,
Yigit”
Unfortunately nothing changed. my site: http://www.draussen.at
Hey robert7878!
Code is not being applied. Please try adding it to Custom.css file inside Enfold/Css folder
Best regards,
Yigit
Not working:
code looks like this:
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
#footer {
padding: 10px 0 10px 0; }
}
……..is that right?
now I tried:
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
#footer .container { padding: 10px 0 10px 0; }
#footer .widget { margin: 10px 0 10px 0; }
}
also without success
Hi!
Please make sure that wp-content>uploads folder has correct permissions ( 755 )
Best regards,
Yigit
Hi!
Default padding of socket is as following
#socket .container {
padding: 15px 0;
}
I have disabled minify on W3 Total Cache plugin and custom CSS codes are now working fine.
Regards,
Yigit
Hey!
Codes are working just fine. You can move your codes from Custom.css file to Quick CSS section. I have just removed the padding of footer. If codes does not apply, you can try adding !important (you can find an example in Quick CSS section) to force them
Regards,
Yigit
Hi!
Please flush browser cache and refresh your page a few times. It should look like this http://i.imgur.com/rUfITKO.jpg
You can find custom CSS code in Quick CSS section
Regards,
Yigit
Hi,
it works,thanks for your patience.
robert