Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #225095

    How do I change the padding on top and bottom of the Partner Logo Element?

    See here: http://ng-sandbox.com/warren/human-resources/

    Using Firebug I can see/find this code and can see where the padding is 50 top/bottom, but I’m not sure how to incorporate that into good CSS coding.

    .content, .sidebar {
    box-sizing:content-box;
    min-height:1px;
    padding-bottom:50px;
    padding-top:50px;
    z-index:1;
    }

    AND I assume this will not effect other areas of site – JUST this logo partner element???

    #225209

    Hey Paul!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #after_section_2 .content {
    padding-top: 0;
    padding-bottom: 0;
    }

    It will only effect the color section element with ID #after_section_2

    Regards,
    Yigit

    #225218

    Hmmm

    That did not see to work – it did not take out any of the padding for this area top and bottom.

    ???

    #225221

    Hi!

    It seems like code is not being applied. Can you try adding the same code to Custom.css file inside Enfold/css folder?

    Cheers!
    Yigit

    #225229

    I do have it in the CSS area – I fear none of my CSS is working in that area.

    I had put some Header Tag sizes last week and those did not seem to effect site either.

    I also have made some other changes to font colors that did not seem to result in changes in the footer.

    I made the gray font in the footer a lighter color – but it did not change to a more visible color on the dark gray.

    See footer here: http://ng-sandbox.com/warren/

    But as far as that padding CSS see screen capture to show that the CSS is in the Custom CSS area but it is not working.

    https://app.box.com/s/fk1ytyxne4g2mg7jq3mv

    Would giving you PRIVATE access to my WordPress area help?

    #225237

    Hey!

    Yes i could check your custom CSS codes. There may be a punctuation error that i can fix

    Cheers!
    Yigit

    #225240
    This reply has been marked as private.
    #225246

    Hey!

    Please disable Minify of W3 Total Cache plugin in Performance > General Settings > Minify.

    Cheers!
    Yigit

    #225252
    This reply has been marked as private.
    #225253

    Hey!

    Please now flush browser cache and refresh your page a few times. It is now working on my end http://i.imgur.com/BZsQoHF.jpg

    Regards,
    Yigit

    #225256

    Thanks!

    You guys are amazing! GREAT SUPPORT

    I appreciate your help!

    #225257

    Hey!

    You are welcome Noble51, glad we could help :)

    Regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Partner Logo Element PADDING’ is closed to new replies.