Footer: Widget size and localisation

  • Unknown's avatar

    Hi there,

    I am trying to change the size of the three widgets on my footer.

    Plus, I would appreciate to have something more symmetrical.

    I tried to find some info on the net, but nothing was really helpful.

    Can someone give me a hand?

    KR,

    Maud

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, the footer in Luxury is designed to have 5 widgets. We can adjust the width of the widgets so that the three will have equal space with the following custom CSS.

    .footer-widgets .widget {
      width: 33%;
    }

    Due to the varied nature of the content on the three widgets, they will look sort of asymmetrical. We could use the following instead, which makes the contact widget 50% wide and the other two 25% wide.

    #widget_contact_info-5 {
      width: 50%;
    }
    #text-6, #nav_menu-5 {
      width: 25%;
    }
  • Unknown's avatar

    Hi,

    It worked perfectly!

    Thanks a lot for your help.

    KR,

    Maud

  • Unknown's avatar

    Maud, you are welcome.

  • The topic ‘Footer: Widget size and localisation’ is closed to new replies.