Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

[Solved] Bullets removed from the picture

  • Christiane Münster
  • Christiane Münster's Avatar Topic Author
  • Offline
  • New Member
More
14 years 1 month ago - 14 years 1 month ago #37076 by Christiane Münster
[Solved] Bullets removed from the picture was created by Christiane Münster
Hello dear community,

Please excuse my spelling, my English is not good.
I use "Simple Image Gallery Pro for Joomla! 1.5
Before the image appear bullets that do not belong there.
How can I remove it from the gallery without affecting my other texts in this way?
Thank you for your help:)
See the following link: www.cornelia-berens.de/kontakt/anfahrtsbeschreibung.html

Please Log in or Create an account to join the conversation.

More
14 years 1 month ago #37077 by Katia
Replied by Katia on topic Re: Bullets removed from the picture
Are you referring to the small arrow in front of the image?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Christiane Münster
  • Christiane Münster's Avatar Topic Author
  • Offline
  • New Member
More
14 years 1 month ago #37078 by Christiane Münster
Replied by Christiane Münster on topic Re: Bullets removed from the picture
yes, I mean the arrow that does not belong there  :-\
The arrow is one of the bullets, the text is assigned.
How can I remove it?

Thanks for your help  :)

Please Log in or Create an account to join the conversation.

More
14 years 1 month ago #37079 by Katia
Replied by Katia on topic Re: Bullets removed from the picture
This is a css conflict with your template:
You may change this at folder plugins/content/jw_sigpro/templates/Default/template.css:
li.sig-clr {
background:none repeat scroll 0 0 transparent !important;
border:medium none !important;
clear:both;
float:none !important;
height:0 !important;
line-height:0 !important;
margin:0 !important;
padding:0 !important;
width:auto;
}

to this:
li.sig-clr {
background:none repeat scroll 0 0 transparent !important;
border:medium none !important;
clear:both;
float:none !important;
height:0 !important;
line-height:0 !important;
list-style:none outside none !important;
margin:0 !important;
padding:0 !important;
width:auto;
}

and this:
li.sig-block {
background:none repeat scroll 0 0 #FFFFFF !important;
float:left;
margin:5px;
padding:0;
}

to this:
li.sig-block {
background:none repeat scroll 0 0 #FFFFFF !important;
float:left;
list-style:none outside none !important;
margin:5px;
padding:0;
}

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Christiane Münster
  • Christiane Münster's Avatar Topic Author
  • Offline
  • New Member
More
14 years 1 month ago #37080 by Christiane Münster
Replied by Christiane Münster on topic Re: Bullets removed from the picture
Booyah! Now everything is good. Thanks for the quick help. 8) :D

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum