• I think i have a padding issue when used in a widget. I can’t see what is causing the issue. The padding after the widget with the SU COLUMN’s is different to standard, affecting the next widget. I’m usuing Black Studio TinyMCE Widget. I have tried removing my own custom CSS.

    here is the code:

    [su_column size="1/2"]Monday[/su_column][su_column size="1/2"]9:00 am – 5:00 pm[/su_column]
    [su_column size="1/2"]Tuesday[/su_column][su_column size="1/2"]9:00 am – 5:00 pm[/su_column]
    [su_column size="1/2"]Wednesday[/su_column][su_column size="1/2"]9:00 am – 5:00 pm[/su_column]
    [su_column size="1/2"]Thursday[/su_column][su_column size="1/2"]9:00 am – 5:00 pm[/su_column]
    [su_column size="1/2"]Friday[/su_column][su_column size="1/2"]9:00 am – 5:00 pm[/su_column]
    [su_column size="1/2"]Saturday[/su_column][su_column size="1/2"]Closed[/su_column]
    [su_column size="1/2"]Sunday[/su_column][su_column size="1/2"]Closed[/su_column]

    The only change was to add to my own custom CSS, as follows:

    .widget .textwidget .su-column {
        margin-right: 0%;
    }

    https://ww.wp.xz.cn/plugins/shortcodes-ultimate/

Viewing 1 replies (of 1 total)
  • Thread Starter hunnsdon

    (@hunnsdon)

    I found a fix, not sure if this is correct?

    .su-row  .su-column {
        margin-right: 0%;
    } 
    
    .su-row .su-column {
         margin-left: 0%!important;
    }

    That just leaves mobile phone view.

Viewing 1 replies (of 1 total)

The topic ‘CSS Padding?’ is closed to new replies.