• Resolved snakelyone

    (@snakelyone)


    Hi,

    I have searched all 8 pages of the form, and found some padding tweaks, but nowhere have I found:

    1) how to reduce the footer padding and the copyright footer padding.

    2) I also would like to bring my logo in the header to the right and down just a bit.

    3) I also applied this code to the change the padding, but it is still not enough…
    .site-content {
    margin-top: 0em;
    }

    any help is so gratefully appreciated

    thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @snakelyone

    You can reduce the footer padding with the following CSS:

    .site-info-wrapper {
      padding: 30px 0; 
    }

    If you’d like to adjust the logo you can tweak the margins around the element .site-title-wrapper

    .site-header .site-title-wrapper {
       margin: 5px 0 30px 25px;
    }

    You can add that into the ‘Additional CSS’ section of the customizer, which you can get to from the dashboard by navigating to ‘Appearance > Customize > Additional CSS’.

    Evan

    Thread Starter snakelyone

    (@snakelyone)

    Hi Evan,

    I tried to make the footer padding change with the code you gave me, but something must be missing, as the code keeps giving me an error in the additional CSS section:

    .site-info-wrapper {
    padding: 30px 0;
    }

    it doesn’t like the first line (i get a red circle with a white x in it)

    thoughts? thanks
    blake

    Thread Starter snakelyone

    (@snakelyone)

    actually, after playing around with it, i just got it to work, but what about changing the footer widget padding?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Another Padding Question’ is closed to new replies.