1. DiabloV
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 31 December 2014
  5.  Subscribe via email
I can not seem to focus icons Icons automatically J51 module.

http://ab-etudes-thermiques.com/
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Sorry but I do not understand you query. What do you mean by focusing your icons automatically?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello.
I want them to be centered on the page.

now they are on the left. (see screenshoot)
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try adding the following to the Custom CSS field of your templates parameters..


.contentbottom .module_content {
text-align: center;
width: 100%;
}
.contentbottom .module_content .hi-icon-wrap {
display: inline;
text-align: center;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
it had no effect

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


.contentbottom .module_content {
text-align: center;
width: 100%;
}
.contentbottom .module_content .hi-icon-wrap {
display: inline-block;
text-align: center;
}


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


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