2 Weeks ago Yigit helped me with some Custom CSS code to line up my text – just right of the Fontello Icon by using this Custom CSS
#after_section_1 .avia-icon-pos-left { margin-left: -5px; }
It worked great for this page on the site I’m working on on this page:
http://ng-sandbox.com/warren/hr-management-system-hrms/
All the text lines up and does NOT fall under the Fontello Icon
But on this site’s Home page:
http://ng-sandbox.com/ I’m trying to do the same with the check mark icons and as you can see on the first bullet point it falls under the icon – not like the previous CSS prevented.
My only clue is the CSS mentioning #after_section_1
Do I need to add CSS that is of a different section?
I looked on Firebug to see if on the home page this area had a different “section” but I did not see anything helpful to that line of reasoning.
How can I line up the info to the right of the Fontello Icons like the one page I’ve already done successfully using that Custom CSS??
Thanks in advance
Paul
Hi Paul!
Yes, maybe the icon is on a different section with a diferent id. Maybe, you can try this:
.home .avia-icon-pos-left {
margin-left: -5px;
}
I want to check the website but it redirects me to the login page. I’ll ask Yigit to check this again.
Cheers!
Ismael
That worked!
Thanks so much.
Paul