pufaika
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
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.
Viewing 3 replies - 1 through 3 (of 3 total)