1. a@campagna.co
  2. Sherlock Holmes
  3. Commercial Templates
  4. Saturday, 11 March 2023
  5.  Subscribe via email
I have the Hayley template and am having a major issue with logo text. When viewed with a phone, in portrait mode, the company name is not centered. It runs off to the side off the page.
References
  1. http://www.the-healthy-pillow.com/NFtest/
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

(edit to taste)

@media screen and (max-width: 740px) {
#logo .logo-text a {
font-size: 36px;
}
#logo .site-slogan {
font-size: 14px;
}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I tried it.
Unfortunately, it didn't work.
I actually shrank the (max-width: to 640 and then 540px) all 3 variations left me out of proportion and "Without a menu"
Remember, this is viewing the site with a phone in portrait mode
Attachments (2)
References
  1. http://www.the-healthy-pillow.com/NFtest/
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

If you wish to further reduce the size of your mobile logo text try amending the suggested CSS..

eg.

@media screen and (max-width: 740px) {
#logo .logo-text a {
font-size: 32px;
}
#logo .site-slogan {
font-size: 12px;
}
#container_header .wrapper960 {
padding-left: 0;
}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
It looks like the css code is the same as before.
Regardless, I installed it.
I'm sorry to say it didn't work
The header is not centered and the menu is off the page
BTW, I did check it on another phone. It didn't make a difference
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
I installed an image to bypass the text. It took a while to get it right, but it's done.
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


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