Viewing 1 replies (of 1 total)
  • Elvin

    (@ejcabquina)

    Hi there,

    Are you trying to make it display like this? https://share.getcloudapp.com/llu9yxKQ

    If so, try adding this CSS:

    aside#aawp_widget_bestseller-8 {
        padding: 0;
    }
    
    aside#aawp_widget_bestseller-8 > *:not(.widget-title) {
        padding: 0 40px;
    }

    If you want to do the same thing for all the widgets(except search widget), try this:

    aside.widget:not(.widget_search) {
        padding: 0;
    }
    
    aside.widget:not(.widget_search) > *:not(.widget-title) {
        padding: 0 40px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How TO increate widget title left padding’ is closed to new replies.