• ktrusak

    (@ktrusak)


    Does anyone know how to change the width of page widgets that are acting dynamic (i.e. if there are 2 they are 50/50 if there are 3 they are 33/33/33, etc) to being able to define their width in the css file?

    Website page I am trying to put these on is https://hookahi.com/phil-thenet

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

    (@alchymyth)

    Twenty Eleven does this with the footer widgets –
    have a look into functions.php (function twentyeleven_footer_sidebar_class()), sidebar-footer.php, and style.css (section /* =Footer from line 2194)

    Thread Starter ktrusak

    (@ktrusak)

    From what I can tell in the style.css file the twentyeleven theme is still dividing up the widgets evenly among the alotted space at the given percentage based on the # of widgets.

    Is there anyway to define based on the order number (like first widget = X%, second widget = X%). My theme seems to just call ‘top’ widgets for the space and then divides it up. I am not sure how to go about defining the two spaces and then editing the size of each defined space.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Width of Dynamic Widgets’ is closed to new replies.