I tried adding the following to Quick CSS to get rid of the padding on the header.
#header_main > .container {
background: red;
padding: 0px 0px !important;
}
This works and the BG turns red as a quick confirmation.
Copying this into custom.css the effect is not applied! The padding and background are lost.
Why does it work from Quick CSS but not custom.css? This seems to be a bug
Hi mooreaa!
Do you have any other codes in Custom.css file? If so, please make sure that you are not missing any curly brackets or that you have any extra.
Also please make sure that files have correct permissions – http://codex.wordpress.org/Changing_File_Permissions
Cheers!
Yigit
Hi, looks like my issue is that Custom.CSS is not running at all. Placing it in Style.css for my child theme works so I am doing this for now. However, I believe I read somewhere that this may be an issue do to include order precedence?
File permissions are correct. Tested with minimal file and doesn’t seem to be running.