• Resolved blest1

    (@blest1)


    Hi Kadence, thanks again for your great theme.

    I hv been unable to centralize the Search Widget in the Footer Column, really appreciate if u can give some advice. TQ!

Viewing 6 replies - 1 through 6 (of 6 total)
  • hannah

    (@hannahritner)

    Hey,
    Please post a link. ??

    Hannah

    Thread Starter blest1

    (@blest1)

    Hi Hannah, tks for responding, the website is aires.com.sg I need to centralize the widgets in the footer columns especially the Search Box. Tks for your help.

    hannah

    (@hannahritner)

    Try adding this to your custom css box in Theme Options > Advanced Settings:

    #containerfooter .widget {
        text-align: center;
    }
    #containerfooter .widget-first {
        float: left;
    }

    Does that work for you?

    Hannah

    Thread Starter blest1

    (@blest1)

    Hi Hannah, I hv tried & tried but it dun work especially for mobile viewing. Kindly take a look again. Tks!

    hannah

    (@hannahritner)

    Looks like you changed some things? Try using this instead:

    #containerfooter .widget {
        text-align: center;
    }
    @media (min-width: 992px) {
    #containerfooter .widget-first .widget_search {
        float: right;
    }
    }

    Hope it helps!

    Hannah

    Thread Starter blest1

    (@blest1)

    tks hannah

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Virtue: Center Search Widget in Footor Column’ is closed to new replies.