• Resolved Neeraj

    (@bkneerajrk)


    I want to add 3 widgets to the first footer widget area(preferably with vertical line breaks). When I add the second widget it is placed in a vertical order after the first one. Is it possible to arrange them in horizontal order? Any help will be greatly appreciated. Thank you.

    website: https://www.neerajkulkarni.com

    theme: Twenty Ten 1.1

Viewing 7 replies - 1 through 7 (of 7 total)
  • Michael

    (@alchymyth)

    why don’t you use the first three widget areas of the footer widgets?

    it would make it easier to try and check css fixes for your idea, if you can have three widgets in the first area; at the moment there is only one widget there.

    Thread Starter Neeraj

    (@bkneerajrk)

    I tried adding 3 widgets but they would line up one below the other. I’ve added 3 widgets for testing purpose now. It takes up quite a lot of space after the content area which I want to avoid.

    Michael

    (@alchymyth)

    #footer-widget-area #first { width: 940px; }
    #footer-widget-area #first ul .widget-container { width: 30%; float:left; margin-right:3%; }

    if you add something like this to the and of style.css of your theme, the three widgets will be aligned side-by-side.

    be aware that this will not work if you try and add widgets to the other footer widget areas.

    however, i still do not see the point of making this change to style.css, if you simply could add one widget each to the first three footer widget areas.

    Thread Starter Neeraj

    (@bkneerajrk)

    Yes, adding one widget to each footer widget area works. I was adding 3 widgets in first footer area. Thanks a lot for your time and help.

    Thread Starter Neeraj

    (@bkneerajrk)

    By the way, is there any way to add a vertical line break between these three widgets?

    Michael

    (@alchymyth)

    i can’t see any good way of adding a vertical line between these areas;

    adding ‘border-right:1px solid #111;’ to the style of the individual footer widget areas does not really work, as the areas do not have any padding.

    Thread Starter Neeraj

    (@bkneerajrk)

    No problem. Thanks a lot anyway.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Horizontal order in first footer widget area’ is closed to new replies.