1. MangeSWE
  2. Commercial Templates
  3. Tuesday, 03 June 2014
  4.  Subscribe via email
Hello guys,

And thanks again for a fantastic template.

I just bought the Grafik template - still using the Cashmere template on my site.
But I'm thinking of switching over to Grafik template.

Anyways - one of the things I really like with Cashmere template is the social icons.

On my original site these works perfekt - also on iPad and iPhone they work great.

Tried to keep this on the Grafik template (bottom of page - sort of footer).

If you look at my original site http://www.eskerfeldt.se - you'll see all of the social icons on bottom of page centered and perfect.

But if you look at my test/demo site they refuse to be centered of page.

http://eskerfeldt.se/demo-001 (please scroll down to bottom of page).

Is it possible to make them centered - also on iPhone they overlap each other - is is possible to make them not do this?

BR

Magnus
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Magnus

Our Icons module extensions differs slightly from one template to the next. One option would be for you to install the icons module that was included with your Cashmere template to the Joomla installation using your Grafik template.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Nope - didn't work!

It changed top icons also - that I don't want since I like the "new" with captions.

All I want is for the social icons at bottom of screen to be centered.

Or... If I could use both that would work - but that seems not be the case - install one - the other one gets run over.

BR

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

You appear to have found a solution by adding padding to the left of each of your icons. An alternative solution would be to add something like the following to the Custom CSS field of your templates parameter..


.j51_icons381 {
left: 200px;
position: relative;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Super thanks for your help Ciarán,

We're almost there.

Well - that makes it look great on PC - but on my iPhone and iPad it looks not so great.
On iPhone/mobile the icons are all pushed to the right wall if you will, and they are more or less overlapping each other.
It doesn't look good.

I've changed my site to the new template Grafik so if needed please visit http://www.eskerfeldt.se .

Is there any way to have both mobile and PC look good with the social icons?

BR

Magnus
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Magnus

Try something like the following which will align your icons back to the left on smaller screen devices...


@media only screen and (max-width: 767px) {
.j51_icons381 {
left: 0;
}}


You may wish to edit the 767px to your own taste. 767px will cover most mobile phones.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks for your reply Ciarán,

Yes that would work - still the issue with icons overlap each other - would be perfect if it could be at least some px between the icons.

BR

Magnus
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Magnus

The following CSS will add a margin below each of your icons, increasing the vertical spacing..


.j51_icons381 .j51_icon {
margin-bottom: 10px;
}


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

That fixed it all.

Thanks again Ciarán,

BR

Magnus
  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!

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