Okay
  Public Ticket #552032
icon text not aligned
Closed

Comments

  • xing started the conversation

    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

  •  8,990
    Tahir replied

    Simply divide the row into 2 column and add image in one and text in another.

    Thanks


    ThemeNectar Support Team 

  • xing replied

    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.



  •  8,990
    Tahir replied

    Hey 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


    ThemeNectar Support Team