Hi all,
Can someone help me with the alignment of the UL?
In a product description i'm using a list. I want to align this list to the left, i cannot find it.... help!
Also played with placing a 'pull-left' in th tpl file... no luck.
Thanks,
Tim
PS; Default template in OC2
Can someone help me with the alignment of the UL?
In a product description i'm using a list. I want to align this list to the left, i cannot find it.... help!
Also played with placing a 'pull-left' in th tpl file... no luck.
Thanks,
Tim
PS; Default template in OC2
Live with 2.2.0.0 fully SSL.
Not 100% sure what you mean. I just tested it and the list aligns to the left by default (without any classes etc)
sorry if i was not clear.
there is a left-maring... i dont want that!
from the demo: http://demo.opencart.com/index.php?rout ... duct_id=42
there is a left-maring... i dont want that!
from the demo: http://demo.opencart.com/index.php?rout ... duct_id=42
Attachments
left-margin.png (9.28 KiB) Viewed 1431 times
Live with 2.2.0.0 fully SSL.
Add class="list-unstyled" to your <ul>
i.e
see: http://www.tutorialrepublic.com/twitter ... -lists.php for more examples of bootstrap lists
i.e
Code: Select all
<ul class="list-unstyled">
<li>something here</li>
<li>something here</li>
<li>something here</li>
<li>something here</li>
<li>something here</li>
</ul>
Then you can create your own style in the stylesheet.css file
As the decription in inside a div with id of tab-description
Set your own css rule like so:
#tab-description ul{
.....styling
}
As the decription in inside a div with id of tab-description
Set your own css rule like so:
#tab-description ul{
.....styling
}
Who is online
Users browsing this forum: No registered users and 8 guests