Comments xing started the conversationOctober 9, 2015 at 9:38pmHi, I want to make the icon and text aligned and i think it requires some sort of css modification.Thanks.http://www.xingfan.org/?portfolio=readplus 9,596Tahir repliedOctober 10, 2015 at 12:49amSimply divide the row into 2 column and add image in one and text in another. Thanks Salient Support Team xing repliedOctober 16, 2015 at 11:17pmHi,Is this what you are talking about? They are aligned BUT what i need is to make them positioned next to each other.I tried diving them in all sorts of manners but i still think that there is some space in between the text and icons. Can you help?Thanks. 9,596Tahir repliedOctober 17, 2015 at 10:35pmHey Again,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :.single-portfolio.postid-3390 .wpb_text_column.wpb_content_element p>a { float: left; top: 2px; position: relative; }This will only work on that particular page Thanks Salient Support Team Sign in to reply ...
Hi,
I want to make the icon and text aligned and i think it requires some sort of css modification.
Thanks.
http://www.xingfan.org/?portfolio=readplus
Simply divide the row into 2 column and add image in one and text in another.
Thanks
Salient Support Team
Hi,
Is this what you are talking about? They are aligned BUT what i need is to make them positioned next to each other.
I tried diving them in all sorts of manners but i still think that there is some space in between the text and icons.
Can you help?
Thanks.
Hey Again,
.single-portfolio.postid-3390 .wpb_text_column.wpb_content_element p>a { float: left; top: 2px; position: relative; }
This will only work on that particular page
Thanks
Salient Support Team