Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #226471

    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.

    #226914

    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

    #226930

    Thanks for your reply. I’ve added the new code you have given and it’s still not working.

    #226933

    Hey!

    Please try deactivating all active plugins and check if that helps. Code is still not being applied.

    Best regards,
    Yigit

    #226936

    By the way, I’ve been adding it to Quick CSS.

    #226942

    Okay, tried it by deactivating all the plugins and it’s still not working.

    #226944

    Hey!

    Do you mind creating a temporary admin login and posting it here privately so i can take a look?

    Cheers!
    Yigit

    #226945

    Got it! I was missing a } on one of my codes. Thanks for your help.

    #226947

    Hi!

    Glad you figured it out! Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Text and Icon Left Align Code for Icon Boxes Has Stopped Working’ is closed to new replies.