Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Maybe,

    .responsive_column_widgets_column .menu { padding: 0; }

    Thread Starter LWINAND

    (@lwinand)

    That did it!! Thanks so much for the quick response.

    Also wondering if it’s possible the change the height of the widget items so the rows appear to be closer together.

    Plugin Author miunosoft

    (@miunosoft)

    Your widgets have some margins and that’s causing the vertical spaces.

    So rather than adjusting the height, maybe this is what you are looking for:

    .responsive_column_widgets_column .menu { padding: 0; margin:0 }

    Change margin-top and margin-bottom to suit your needs.

    Thread Starter LWINAND

    (@lwinand)

    It did help somewhat – I think it’s going to have to do for now. Thanks again for your help!

    Plugin Author miunosoft

    (@miunosoft)

    Glad it helped!

    womi_admin

    (@womi_admin)

    I am having difficulty centering the responsive column widget titles. Can you help? I don’t know how to identify the responsive column widget titles in my css.

    womi_admin

    (@womi_admin)

    womi.us/community

    Plugin Author miunosoft

    (@miunosoft)

    Maybe,

    .responsive_column_widgets .widget-title {
    	text-align: center;
    }
    womi_admin

    (@womi_admin)

    Thanks so much Miunosoft. It did the trick!

    Plugin Author miunosoft

    (@miunosoft)

    Glad it helped!

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Text Alignment Options’ is closed to new replies.