pufaika
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to get the widgets arrange horizontallyWell, you only have one widget there, so I can’t see them “squeezed together”.
True, I removed the other widget. 😉
Maybe there is a way to make the sidebars arrange horizontally in this code?
<div id="3rd" class="sidebar"> <ul class="xoxo"> <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(3) ) : else : ?> <?php endif; ?> </ul> </div><!-- #3 .sidebar -->Forum: Themes and Templates
In reply to: How to get the widgets arrange horizontallyOtto42, I tried display:inline option, that made the widgets to appear squeezed together.
Yeah, forgot to mention that I have no knowledge about CSS and php coding.
Forum: Themes and Templates
In reply to: How to get the widgets arrange horizontallyThanks for your comment, chaoskaizer.
http://pufaika.rollin.lv/ <- this is my site, runs on sandbox theme – milkia.
The horizontal area below header with the “Pēdējie komentāri” is like sidebar.
The sidebar code:
<div id="3rd" class="sidebar"> <ul class="xoxo"> <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(3) ) : else : ?> <?php endif; ?> </ul> </div><!-- #3 .sidebar -->That’s all I can give. If you need more, ask.
I tried to use table and more sidebars, but that messed up the layout.