Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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 0

    Best regards,
    Yigit”

    Unfortunately nothing changed. my site: http://www.draussen.at

    #229306

    Hey robert7878!

    Code is not being applied. Please try adding it to Custom.css file inside Enfold/Css folder

    Best regards,
    Yigit

    #229547

    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?

    #229552

    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

    #229571

    Hi!

    Please make sure that wp-content>uploads folder has correct permissions ( 755 )

    Best regards,
    Yigit

    #229617
    This reply has been marked as private.
    #229645
    This reply has been marked as private.
    #229677

    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

    #229691
    This reply has been marked as private.
    #229694

    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

    #229703
    This reply has been marked as private.
    #229707

    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

    #229727

    Hi,
    it works,thanks for your patience.

    robert

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Footer resize with padding command’ is closed to new replies.