footer sidebar widgets display issue – modern theme

Home Forums Legacy Support Support queries Styling issues footer sidebar widgets display issue – modern theme

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13265
    Min
    Participant
    I got this issue after I updated the plugins about 10 days ago.  Pls see attachment.
    #13481
    Anshuman Sahu
    Keymaster

    Please try adding the given css from wp-admin -> appearance -> customize -> custom css :

    footer .widget+.widget {

        margin-top: 0;

    }

    .widget ul li {

         border-bottom: 1px dotted rgba(185, 185, 185, 0.4) !important;

    }

    #13495
    Min
    Participant
    Thanks. I added the given css, but seems it doesn't work. Here is my site ,please check it.
    #13622
    Anshuman Sahu
    Keymaster
    Do correct me if i am wrong .Could not find any issue in your footer now : http://prntscr.com/9d8fqh
    #13635
    Min
    Participant
    Sorry, It's my fault. I didn't describe clearly. (I am not a native English speaker) The issue is some widgets on footer is not showing properly. Pls see attachment. Before update, it show properly as same as it on demo. Thanks very much for your help.
    #13806
    Anshuman Sahu
    Keymaster
    Please add the given css from wp-admin -> appearance -> customize -> custom css : .footerwidget.widget .item-list img, .vcard img {     width: 64px !important;     height: auto !important; } .widget #searchform ul li {     border-bottom: none !important;   }
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘footer sidebar widgets display issue – modern theme’ is closed to new replies.