Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

270
Views
How to align text with ICON using CSS

I want to align the second-row text with the first-line text. Here's the URL of my website: https://stgbusiness.wpengine.com/

and here's the code:

<img src="https://stgbusiness.wpengine.com/wp-content/uploads/2021/10/modules-icon.png" /><span class="m-icons">Contracts, Business Valuation and Pricing Negotiations</span>

enter image description here

is there a way I can make this text-align?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I think ou can use flexbox and do it like that :

.note {
display: flex;
align-items: center;
}
<div class="note">
<img src="https://stgbusiness.wpengine.com/wp-content/uploads/2021/10/modules-icon.png" />
<span>
Learn from the best in the business. Our Broker advisory board has a combined 150 years worth of business brokering experience
</span>
</div>

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!