1. dlw1433
  2. Commercial Templates
  3. Monday, 09 September 2013
  4.  Subscribe via email
Hi Ciaran,

I'm working on another dilemma. I've hard-coded some text and an image wrapped in a link in the "social media" section of the index.php file of the Clarity template. This is probably a hack but I am not versed in PHP and the fact that I got it to display at all is a miracle to me... ~;-)

The issue is with the responsive part of the site. When I view it on my iPhone in portrait mode, the hard-coded stuff is overlapping the logo. It's OK when I turn my phone landscape but that's not reliable enough for users in general. You can't rely on them to think of turning the phone.

My instinct is that I need some CSS in the responsive.css file to bring it down under the logo but only on the responsive version, not on the main computer version.

Could I trouble you to point me in the direction of where I can fix this... if it can be fixed? Or, maybe a better way to get it in where I have it now without messing anything else up??

Here's the site... http://50.87.144.123/~ubj/
The content in question is the phone number and email link/image.

On another note... I found a site where you can test different responsive version of sites. I remember you said you don't have an iPhone so this might help you. http://mattkersley.com/responsive/ Hope this is useful for you.

Thanks in advance for any info you can share that will help with my display dilemma.

Thanks... Dianne
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Dianne

You could try adding the following to the Custom CSS field of your templates parameters. This should move the number/email below the logo on the portrait view of a mobile phone...


@media only screen and (max-width: 440px) {
#container_spacer1 {
height: 190px;
}
#socialmedia {
right: 110px;
top: 85px;
}
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
OMG... When I "grow up", I want to be an awesome developer like YOU. You remain my hero!

... D
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok