Unordered List not possible

Joomla template especially designed for news or magazine website with amazing content display flexibility.
GK User
Mon Dec 26, 2011 10:19 pm
Hello

I have the Problem that I cant use the "unordered list" feature. There will be just no action...

See here: http://luxvisor.com/joomla/index.php/co ... ria-berlin

I have the same article in Wordpress and there is no problem at all: http://www.luxvisor.com/hotel-vorschau- ... erlin/130/

Looking forward for your answer.

Best rgds

Roger
User avatar
Junior Boarder

GK User
Tue Dec 27, 2011 10:11 am
Hi,

Please try my solution:

- Open file: /joomla/templates/gk_twn2/css/template.css

- Add this code to bottom:
Code: Select all
ul li{
list-style: square outside none;
}

Then let me know if it helps!
User avatar
Platinum Boarder

GK User
Tue Dec 27, 2011 8:23 pm
Dear Don

Thank you for your answer.

Well it is working, but not in a really nice format. The intend/outend feauture is now not working.

See again: http://luxvisor.com/joomla/index.php/co ... ria-berlin

Best rgds

Roger
User avatar
Junior Boarder

GK User
Wed Dec 28, 2011 9:46 am
Hi,

You better use a class for your "ul" in your content, let's say "mylist", such as:
Code: Select all
<ul class="mylist">
<li>165 Waldorf Astoria Guest Rooms</li>
<li>26 Waldorf Astoria Superior Guest Rooms</li>
<li>21 Suiten*</li>
<li>21 Apartments</li>
</ul>

Then use this code instead of the given one in previous reply:
Code: Select all
.mylist li{
list-style: square outside none;
}
User avatar
Platinum Boarder


cron