Okay
  Public Ticket #1343771
Widgets look bad in tablet
Closed

Comments

  • pgrzadziel started the conversation

    Hello.

    And another one problem. Widgets looks bad in tablet and smartphone. Example in attachment:

    1. first problem is line (red arrow 1)

    2. second problem: error displaying address widget (red arrow 2).

  •  2,010
    Ocean replied

    Hello,

    You can easy add cutom css code in your WP Admin -> Appearance -> Customize -> Additional CSS: http://prntscr.com/gbgkc9

    @media only screen and (max-width: 992px){
        .widget_recent_entries .bloglist-small {
            float: none;
        }
    }

    Thank you

  • pgrzadziel replied

    Brilliant, as usually. 

    Tnx !