Theme Support Forum
Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums
-
#12474
On June 19, 2012 at 8:52 am
Hi guys!
The topic title states my problem – how to? I have a three column content in my post but I’m not able to make list shortcode work within columns. Is this possible?
Thank you already!
Cheers
Jenni
#17568
On June 19, 2012 at 2:30 pm
can you please send me the link of the post where you are trying to do this?
#17569
On June 19, 2012 at 4:26 pm
#17570
On June 20, 2012 at 7:33 am
it may not be possible to add the lists via shortcode but it can be achieved with css.
Add lists like this inside the column:
<ul class="mylists">
<li>List item 1</li>
<li>List item 2</li>
<li>List item 3</li>
</ul>
and let me know what list type shortcode do you want to make it look like.
#17571
On June 20, 2012 at 5:24 pm
Hi again!
It works. Thanks a lot! I’d like to use list style 5 and if it’s possible make a numbered list also.
#17572
On June 20, 2012 at 7:34 pm
The code you added, replace “mylists” with “list5”
To add numbered list try this:
<ol class="mylists">
<li>List item 1</li>
<li>List item 2</li>
<li>List item 3</li>
</ol>
#17573
On June 20, 2012 at 8:15 pm
It all works! Thank you so much for your wonderful support!
#17574
On June 20, 2012 at 8:15 pm
Hello! this is Towfiq, a passionate web developer from Bangladesh, building website templates for almost 4 years and sharing them with the world. Most of my designing/ programming skills are self taught. Providing free Wordpress themes to wordpress enthusiasts is another one of my passions.
When I am not building templates, I listen to music, read books, paint and travel.
x