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?
- nebuladesigns
- Commercial Templates
- Tuesday, 20 January 2015
- Subscribe via email
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
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
- more than a month ago
- Commercial Templates
- # 1
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.
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.
- more than a month ago
- Commercial Templates
- # 2
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
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
- more than a month ago
- Commercial Templates
- # 3
Thank you!
To centre your logo try adding the following to the Custom CSS field of your templates parameters...
Ciarán
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
- more than a month ago
- Commercial Templates
- # 4
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.
- more than a month ago
- Commercial Templates
- # 5
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
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
- more than a month ago
- Commercial Templates
- # 6
Problem solved. Found the css code in Nexus and adjusted the width of the logo to desired size!
- more than a month ago
- Commercial Templates
- # 7
Ah I see..
Try also adding the following to your Custom CSS field...
Ciarán
Try also adding the following to your Custom CSS field...
#logo {width: 620px;}
Ciarán
- more than a month ago
- Commercial Templates
- # 8
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »