Okay
  Public Ticket #206960
Custom CSS Section Problem
Closed

Comments

  • Murat started the conversation

    Hello,

    I have to change a twitter widget padding px. I added css code to Custom CSS Code section but not accepted by browser. Not worked. I added the same code footer area, worked. 

    The code is : 

    <style>
    #footer-outer #footer-widgets .col p {
    padding-bottom: 1px;
    </style>

    I think the "Custom CSS" section there is a problem with.

    Best regards

  •  8,839
    Tahir replied

    Hey Murat!

    Could you try adding !important and check if your css rule is not getting overwritten . I just tested and the custom css buttons seem to work alright. 

    Thanks


    ThemeNectar Support Team 

  • Murat replied

    :) Yes working. Thank you so much.