4 Widget Text Boxes on Home Page Below Slider

  • bmoran007

    #9777

    I am trying to get 4 Widget Text Boxes on the Home Page just below the full width slider.

    I am trying to use the Active Hook after slider.

    They are appearing under one another rather than across the page.

    I am trying to get them to behave exactly like if I had 4 footers – which works perfectly.

    Any help would be much appreciated.

    Well done on a brilliant theme.

    Regards

    Brendan

    Mod

    Kenneth John Odle

    #44551

    Link to site?

    bmoran007

    #44552

    Hi Kenneth

    Check out http://brendanmoran.ie/

    Rgs

    Brendan

    Mod

    Kenneth John Odle

    #44553

    You need to set a float on those four widget boxes. This CSS will do the trick:

    #text-13, #text-14, #text-15, #text-16 {
    float: left;
    }

    And then to clear the float for the content below:

    #sidebar2 {
    clear: both;
    }

    Tested in Firebug, YMMV. Cheers!

    bmoran007

    #44554

    Hi Kenneth

    Thanks for that prompt reply and will try and incorporate it myself.

    Have just made donation under my other e-mail address b@bmoran.com and thanks for great theme.

    Regards

    Brendan

    bmoran007

    #44555

    Hi Kenneth

    That is starting to work.

    How can I style the 4 widget boxes them so that they are exactly like the Footer Widgets, same size, colour, equally spaced across the page etc ?

    Regards

    Brendan

    bmoran007

    #44556

    Hi Kenneth

    Just checking if you have had a chance to see how can I style the 4 widget boxes them so that they are exactly like the Footer Widgets, same size, colour, equally spaced across the page etc ?

    Regards

    Brendan

    Mod

    Kenneth John Odle

    #44557

    Use developer tools (like Firebug) to see how the footer elements are styled and then apply the same styles to your text widgets.

Viewing 8 posts - 1 through 8 (of 8 total)

  • You must be logged in to reply to this topic.