1. nebuladesigns
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 20 January 2015
  5.  Subscribe via email
Is it possible to hyperlink the image to a URL instead of the actual image?

Can the site logo be aligned to the center (INSTEAD OF LEFT) with the social icons still in position?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Sorry to say this option is not currently available with our ThumbsGallery module.

Would you have a URL to an example of your logo?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi There

It is the same website I requested help on last week: http://www.palladiumhair.com

Regarding the thumbs gallery, I will create a custom module and link those images individually.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Your site appears to be offline. Could I ask you to forward access details to info@joomla51.com. Please paste a link to this post in your email for our reference.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you!

To centre your logo try adding the following to the Custom CSS field of your templates parameters...


#logo {
left: 50%;
margin-left: -250px;
}
@media only screen and (max-width: 440px) {
#logo {
left: 0%;
margin-left: 0px;
}}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
I have adjusted my logo in size and now the logo is being chopped off from the right-hand side. Please advise if you able to assist.
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

The following tutorial on resizing you logo on smaller screen sizes should help resolve this issue.. http://www.joomla51.com/tutorials/item/re-sizing-your-logo-for-smaller-screen-devices

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Problem solved. Found the css code in Nexus and adjusted the width of the logo to desired size!
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Ah I see..

Try also adding the following to your Custom CSS field...


#logo {width: 620px;}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 8
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!