Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #478458

    Hi – can you tell me how to add padding at the bottom of my header widget? I’ve attached like to my site – I would like additional padding underneath ADVISOR ACCESS wording in header on right. Thanks so much for the help.

    #478463

    Hi!

    Add / merge this to your Quick CSS:

    #header .widget {
        top: 20px;
        left: 2px;
        padding: 0;
    }
    
    #header_main nav .social_bookmarks {
        top: 60%;
    }

    Best regards,
    Josue

    #478465

    WOW! Super fast response..and it worked great. Thanks so much!

    #478471

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.