Jump to content

Recommended Posts

Posted

Hello, im wondering if you could help me, im having a problem with the bullet points on the default tpl's. there fine when there on the default skin but not with my custom one. As you can see from the attachment they seem to over lap which is not seen in crystal is there a part of the css I can copy over to sort this?

Thanks

Jacob

tva.jpg

Posted

I'm not very good at css coding but if you open the css and look for the "ul" and "li" in there you might be able to figure it out.

I though that to but cant seem to find it within the cystal CSS

Thanks

Posted

as usual I probably wasnt clear :P I want the bullet points however on the cystal skin they show correctly with a margin whereas on my skin it shows like that where they are on top of other objects. Im wondering which CSS document the profile main is getting that from?

Thanks

Posted

The clear property is only used to disallow floating elements on either the left, right, or both sides. What you need to do in this situation is target that unordered list, by its ID or Class, and set the left margin to something like 20px. If it doesn't have a class, you should give it one to avoid setting every unordered list's margin. By default, that list should reside in profile_main.tpl.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...