- Posts: 7
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- [Solved] Centering content on the page
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] Centering content on the page
- wukovits
-
Topic Author
- Offline
- New Member
I'm wanting to center the slideshow content on the page within the plugin window. I would like both the large image and the thumbnails to be centered. An example can be found here:
stutes.bayoutechnologies.com/index.php?option=com_content&view=article&id=5&Itemid=4
How can this be accomplished?
Thanks in advance!
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
- Posts: 4696
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- wukovits
-
Topic Author
- Offline
- New Member
- Posts: 7
Thanks,
Vic
Please Log in or Create an account to join the conversation.
- wukovits
-
Topic Author
- Offline
- New Member
- Posts: 7
How can I identify the style that is in conflict to correct the issue with centering the slideshow content?
Please let me know,
Vic
Please Log in or Create an account to join the conversation.
- wukovits
-
Topic Author
- Offline
- New Member
- Posts: 7
Any guidance on the conflicting style would be greatly appreciated. Please advise so I can get some clarity with the template folks to correct the issue.
Thanks,
Vic
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
- Posts: 4696
a.sigProGalleriaTargetLink img {
display: block;
height: auto;
width: 100%;
}
a.sigProGalleriaTargetLink img {
display: block;
height: auto;
margin: 0 !important;
width: 100%;
}
and this:
ul.sigProGalleria {
clear: both;
list-style: none outside none;
margin: 0 auto !important;
overflow: hidden;
padding: 0 !important;
}
to this:
ul.sigProGalleria {
clear: both;
list-style: none outside none;
margin: 0 8px !important;
overflow: hidden;
padding: 0 !important;
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- wukovits
-
Topic Author
- Offline
- New Member
- Posts: 7
Great plugin, love the functionality.
Please Log in or Create an account to join the conversation.
- la marie de chez jolly
-
- Offline
- New Member
- Posts: 7
I reduce the size of the main picture and now the picture doesn't want to be centered !!
Look at the attach file...
Can you help me ??
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
- Posts: 4696
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- la marie de chez jolly
-
- Offline
- New Member
- Posts: 7
I can not give you a link to my page because I'm building the site so for the moment is in local !
So can you help me without this link ?
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
- Posts: 4696
Contact me again when you get online please.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- la marie de chez jolly
-
- Offline
- New Member
- Posts: 7
But perhaps you can use this link ?
109.2.59.76:8888/meublesdesfours/index.php/le-magasin/les-meubles/23-meuble-1
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
- Posts: 4696
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- la marie de chez jolly
-
- Offline
- New Member
- Posts: 7
i will resolve the access problem and i keep you in touch sooner !
Thanks for your answers !
See you soon !
Please Log in or Create an account to join the conversation.
- la marie de chez jolly
-
- Offline
- New Member
- Posts: 7
109.2.59.76:8888/meublesdesfours/index.php/le-magasin/les-meubles/23-meuble-1
Tanks
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
- Posts: 4696
a.sigProGalleriaTargetLink img {
display: block;
max-height: 400px;
width: auto;
}
to this:
a.sigProGalleriaTargetLink img {
display: block;
max-height: 400px;
padding: 0 0 0 74px;
width: auto;
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- la marie de chez jolly
-
- Offline
- New Member
- Posts: 7
Look now on my site (the link i gave you)
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- [Solved] Centering content on the page