-
AuthorPosts
-
February 25, 2014 at 8:39 pm #229180
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 0Best regards,
Yigit”
Unfortunately nothing changed. my site: http://www.draussen.atFebruary 26, 2014 at 1:43 am #229306Hey robert7878!
Code is not being applied. Please try adding it to Custom.css file inside Enfold/Css folder
Best regards,
YigitFebruary 26, 2014 at 1:48 pm #229547Not 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?
February 26, 2014 at 2:18 pm #229552now 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
February 26, 2014 at 3:06 pm #229571Hi!
Please make sure that wp-content>uploads folder has correct permissions ( 755 )
Best regards,
YigitFebruary 26, 2014 at 4:33 pm #229617This reply has been marked as private.February 26, 2014 at 5:21 pm #229645This reply has been marked as private.February 26, 2014 at 6:13 pm #229677Hi!
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,
YigitFebruary 26, 2014 at 6:41 pm #229691This reply has been marked as private.February 26, 2014 at 6:46 pm #229694Hey!
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,
YigitFebruary 26, 2014 at 7:05 pm #229703This reply has been marked as private.February 26, 2014 at 7:09 pm #229707Hi!
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 sectionRegards,
YigitFebruary 26, 2014 at 7:40 pm #229727Hi,
it works,thanks for your patience.robert
-
AuthorPosts
- The topic ‘Footer resize with padding command’ is closed to new replies.
