- Posts: 1
- Thank you received: 0
How to center the gallery inside the module
-
jal2372
Inactive member - Topic Author
- New Member
Less
More
14 years 3 months ago #2571
by jal2372
How to center the gallery inside the module was created by jal2372
HI, I have been trying to modify the position of the gallery to the center inside the module,is it posibel and if it is, how?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
14 years 3 months ago #2573
by milos
Replied by milos on topic Re: How to center the gallery inside the module
Yes, but to make it centered you have to add "margin:0 auto" to the container of module position in your template where you have Hot Joomla Gallery module published.
Please Log in to join the conversation.
-
scaracs
Inactive member - New Member
Less
More
- Posts: 3
- Thank you received: 0
13 years 11 months ago #4936
by scaracs
Replied by scaracs on topic Re: How to center the gallery inside the module
Hi Milos,
I have the same problem (I think!)... I've assigned a plug-in (photo rotator) to a modul position on a template...position "showcase". I works, but the plug in is alligned to the L/H side on the page, and I would like it in the middle. Where do I input this "margin:0 auto" ??
thanks,
Stephan
I have the same problem (I think!)... I've assigned a plug-in (photo rotator) to a modul position on a template...position "showcase". I works, but the plug in is alligned to the L/H side on the page, and I would like it in the middle. Where do I input this "margin:0 auto" ??
thanks,
Stephan
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 #4938
by ivan.milic
Replied by ivan.milic on topic Re: How to center the gallery inside the module
You should edit css file, to put that in entity related to container of gallery.
Just give us link to inspect your source and we will tell you in which file , where to put that.
Just give us link to inspect your source and we will tell you in which file , where to put that.
Please Log in to join the conversation.
-
scaracs
Inactive member - New Member
Less
More
- Posts: 3
- Thank you received: 0
13 years 10 months ago - 13 years 10 months ago #5055
by scaracs
Replied by scaracs on topic Re: How to center the gallery inside the module
Hi Ivan,
I finally found out about Firefox and firebug! Wow, what a nice tool! I'm still working on margins and aligning everything, but here a link to have a look: www.sboucher.ca/PHT Don't look at the contenent, it's just about anything, to test the look, and most munus don't work for now.
I have a question before I put to much time on this page...I have a vertical menu on the l/h side. Any time I clic on one of these menu items, the page reload, bringing me back to the top, so I have to scroll back down to read the contenent... any ways to stop this? Or to return to to previous position on the page after the reload?
Aslo, I've installed HotJoomla image slider... work's, but with a black semitransparent bar across the photos in IE and Chrome, and wont show nothing else then a black box in firefox ?
thanks!
Stephan
I finally found out about Firefox and firebug! Wow, what a nice tool! I'm still working on margins and aligning everything, but here a link to have a look: www.sboucher.ca/PHT Don't look at the contenent, it's just about anything, to test the look, and most munus don't work for now.
I have a question before I put to much time on this page...I have a vertical menu on the l/h side. Any time I clic on one of these menu items, the page reload, bringing me back to the top, so I have to scroll back down to read the contenent... any ways to stop this? Or to return to to previous position on the page after the reload?
Aslo, I've installed HotJoomla image slider... work's, but with a black semitransparent bar across the photos in IE and Chrome, and wont show nothing else then a black box in firefox ?
thanks!
Stephan
Last edit: 13 years 10 months ago by scaracs. Reason: adding info about hotjoomla image slider
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #5060
by ivan.milic
Replied by ivan.milic on topic Re: How to center the gallery inside the module
Image not displaying in FF is because link contains "\" that FF can not handle:
www.sboucher.ca/PHT/images\Header-images/DSC03793.JPG
See you settings to find where you have put that.
About page scroll position you can try to use reference bookmarks.
<a href="/MyProducts.html#bottom"> go to MyProducts.html and scroll to page bottom </a>
...
...
...
<a name="bottom" id="bottom">I'am at the bottom </a>
..
Note that bookmark id and name are same
www.sboucher.ca/PHT/images\Header-images/DSC03793.JPG
See you settings to find where you have put that.
About page scroll position you can try to use reference bookmarks.
<a href="/MyProducts.html#bottom"> go to MyProducts.html and scroll to page bottom </a>
...
...
...
<a name="bottom" id="bottom">I'am at the bottom </a>
..
Note that bookmark id and name are same
Please Log in to join the conversation.
Time to create page: 0.165 seconds