- Posts: 5
- Thank you received: 0
does not look like the demo
-
426
Inactive member -
- New Member
-
Less
More
15 years 3 months ago - 15 years 3 months ago #344
by 426
Replied by 426 on topic Re: does not look like the demo
thanks, my url is
www.tribee.com/beverages
Last edit: 15 years 3 months ago by 426.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
15 years 3 months ago #345
by milos
Replied by milos on topic Re: does not look like the demo
Try to remove text-align:center, line 1519 of template.css of your template.
Please Log in to join the conversation.
-
426
Inactive member -
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
15 years 3 months ago - 15 years 3 months ago #346
by 426
Replied by 426 on topic Re:does not look like the demo
:laugh: Great support! it fixed my problem!
By the way, where can I set the tabs texts center align?
And use image to link, rather then using readmore?
By the way, where can I set the tabs texts center align?
And use image to link, rather then using readmore?
Last edit: 15 years 3 months ago by 426.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
15 years 3 months ago #347
by milos
Replied by milos on topic Re:does not look like the demo
Add text-align:center; for #featured ul.ui-tabs-nav in module's style.css file.
Please Log in to join the conversation.
-
426
Inactive member -
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
15 years 3 months ago #348
by 426
Replied by 426 on topic Re:does not look like the demo
Thanks!
I know the image link function might not be default module's function, can you kindly show me how can I change it?
I know the image link function might not be default module's function, can you kindly show me how can I change it?
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
15 years 3 months ago #349
by milos
Replied by milos on topic Re:does not look like the demo
Change line 99 of file default.php to:
Let me know if that worked.
Code:
<a href="<?php echo $link[$loop]; ?>"><img src="<?php echo $mosConfig_live_site; ?>/<?php echo $imageFolder; ?>/<?php echo $image[$loop]; ?>" alt="" width="<?php echo $imageWidth; ?>" height="<?php echo $imageHeight; ?>" /></a>
Please Log in to join the conversation.
Time to create page: 0.091 seconds