Tagged: icon box
I had the code taken from this thread:
.iconbox_top .iconbox_icon { left: 6%; font-size: 20px; padding: 15px; }
.iconbox_top .iconbox_content { text-align: left; }
It was working fine until today. I changed one thing in the CSS (ladding in the full page code.
Here is an example of my site with this problem.
Thanks in advance for your help.
Hey Jack!
Code is not being applied, please check Quick CSS and/or Custom.css file inside Enfold/Css folder and make sure that code is still there. If not, please add it once again. If code is there, try adding !important rule as following
.iconbox_top .iconbox_icon { left: 6%!important; font-size: 20px!important; padding: 15px!important; }
.iconbox_top .iconbox_content { text-align: left!important; }
Cheers!
Yigit
Thanks for your reply. I’ve added the new code you have given and it’s still not working.
Hey!
Please try deactivating all active plugins and check if that helps. Code is still not being applied.
Best regards,
Yigit
By the way, I’ve been adding it to Quick CSS.
Okay, tried it by deactivating all the plugins and it’s still not working.
Hey!
Do you mind creating a temporary admin login and posting it here privately so i can take a look?
Cheers!
Yigit
Got it! I was missing a } on one of my codes. Thanks for your help.