-
AuthorPosts
-
February 17, 2014 at 9:26 pm #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???
February 18, 2014 at 12:14 am #225209Hey 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,
YigitFebruary 18, 2014 at 12:23 am #225218Hmmm
That did not see to work – it did not take out any of the padding for this area top and bottom.
???
February 18, 2014 at 12:26 am #225221Hi!
It seems like code is not being applied. Can you try adding the same code to Custom.css file inside Enfold/css folder?
Cheers!
YigitFebruary 18, 2014 at 12:39 am #225229I 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?
February 18, 2014 at 12:50 am #225237Hey!
Yes i could check your custom CSS codes. There may be a punctuation error that i can fix
Cheers!
YigitFebruary 18, 2014 at 12:57 am #225240This reply has been marked as private.February 18, 2014 at 1:06 am #225246Hey!
Please disable Minify of W3 Total Cache plugin in Performance > General Settings > Minify.
Cheers!
YigitFebruary 18, 2014 at 1:14 am #225252This reply has been marked as private.February 18, 2014 at 1:17 am #225253Hey!
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,
YigitFebruary 18, 2014 at 1:19 am #225256Thanks!
You guys are amazing! GREAT SUPPORT
I appreciate your help!
February 18, 2014 at 1:22 am #225257 -
AuthorPosts
- The topic ‘Partner Logo Element PADDING’ is closed to new replies.