[Resolved] Border for each seperate footer text widget

Home Forums Support [Resolved] Border for each seperate footer text widget

Home Forums Support Border for each seperate footer text widget

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #87586
    GE

    Hi,

    I want to have 3 footer (text) widget and i want for each footer to have their own border. How can i accomplish this?

    #88032
    Tom
    Lead Developer
    Lead Developer

    Adding onto the code I gave you here: http://generatepress.com/forums/topic/change-color-within-footer-text-widget/#post-88031

    .footer-widgets .widget {
        background: none repeat scroll 0 0 #fff;
        margin: 0 10px;
        padding-bottom: 40px;
        padding-top: 40px;
        border: 1px solid #DDD;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.