Sidebar Question
-
Greetings. I am running journalized sand at https://www.gregwoodard.com. If you look at the page, you see that my link boxes in the right column run together. This is the code I am using:
<div class=”rightsideSection”>-
<?php get_links_list(‘_id’); ?>
</div>
I would like each set of link to be in its own box like all the items on the left side are.
Can anyone help me tweak the code? If it helps, here is the code for the entire right column:
<div id=”rightside”>
<div class=”rightsideSection”>
</i> Personal blog of Greg Woodard. Greg is a Dean of Men at Minnesota Teen Challenge, has worked in various churches and holds a Master of Arts in Christian Thought from Bethel Seminary.</div>
<div class=”rightsideSection”>
-
<?php wp_votd(); ?>
</div>
<div class=”rightsideSection”>
-
<?php get_links_list(‘_id’); ?>
</div>
<h4>books:</h4>
<div class=”rightsideSection”>-
<?php amm_getMedia(‘amm_default_output’, 5, AMM_BOOKS); ?>
</div>
<h4>music:</h4>
<div class=”rightsideSection”>-
<?php amm_getMedia(‘amm_default_output’, 5, AMM_MUSIC); ?>
</div>
</div> <!– end right column –>
Thanks,
Greg
- The topic ‘Sidebar Question’ is closed to new replies.