- Posts: 6
- Thank you received: 0
Centering the gallery
-
KoenL
Inactive member - Topic Author
- New Member
Less
More
13 years 11 months ago #4695
by KoenL
Centering the gallery was created by KoenL
Hi,
I've just bought the HOT Photo Gallery Plugin.
My question about it. How can I center the gallery? When I'm using the Joomla text editor it doesn't work. Hopefully you can help me.
Thanks already.
Koen
I've just bought the HOT Photo Gallery Plugin.
My question about it. How can I center the gallery? When I'm using the Joomla text editor it doesn't work. Hopefully you can help me.
Thanks already.
Koen
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #4701
by ivan.milic
Replied by ivan.milic on topic Re: Centering the gallery
How do you mean center? Please describe???...
Please Log in to join the conversation.
-
KoenL
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
13 years 11 months ago #4714
by KoenL
I mean to align it on the center from a page. My website shows the gallery on the left, but I want it in the middle. I guess that's possible.
Replied by KoenL on topic Re: Centering the gallery
ivan.milic wrote: How do you mean center? Please describe???...
I mean to align it on the center from a page. My website shows the gallery on the left, but I want it in the middle. I guess that's possible.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #4723
by ivan.milic
Replied by ivan.milic on topic Re: Centering the gallery
Ok, just give me you link , I will then inspect your source and advise about changes you need to make in css or script.
Please Log in to join the conversation.
-
trampingi
Inactive member - New Member
Less
More
- Posts: 1
- Thank you received: 0
13 years 7 months ago #7444
by trampingi
Replied by trampingi on topic Re: Centering the gallery
hi !
i have this same problem, how ca i change php file to make the gallery centered ?
my weblink : www.trampingi.pl/annapurna-base-camp-trekking.html
or is it possible to make strict size for thumbnalis ? let say 200x150 ?
thxs in advance
i have this same problem, how ca i change php file to make the gallery centered ?
my weblink : www.trampingi.pl/annapurna-base-camp-trekking.html
or is it possible to make strict size for thumbnalis ? let say 200x150 ?
thxs in advance
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #7453
by ivan.milic
Replied by ivan.milic on topic Re: Centering the gallery
Try this:
#gallery a
{
width:30%;
display:inline-block;
}
#gallery a img
{
width: 180px;
}
#gallery a
{
width:30%;
display:inline-block;
}
#gallery a img
{
width: 180px;
}
Please Log in to join the conversation.
Time to create page: 0.184 seconds