Wrapping text around images
-
I worked around this and just cannot figure this one out! Does anyone know how to make text wrap around images. In iPhone 6+ it looks good in the landscape view, but the text just doesn’t want to wrap in profile view.
Can someone assist on this? Would really appreciate it.
My website: https://www.webnartdev.com
Here is the Custom CSS I am using for the area in issue on my About Me tab. Thanks!
/* About me profile photo */
.profile-img {
border: 0px;
margin-left: 5px;} /* end about me profile photo */
/* about me title block */
p.section-heading {
background-color: #37347D;
height: auto;
width: auto;
margin-left: 420px;
margin-top: -470px;
padding: 23px 5px 25px 10px;
font-family: Arial Black, Verdana;
text-align: left;
font-size: 50px;
color: white;} /* end about me title block */
/* about me description block */
p.about-subheading {
background-color: #949495;
height: auto
width: autox;
margin-left: 420px;
margin-top: -5px;
padding: 12px 5px 10px 10px;
font-family: Arial, Georgia, Verdana;
text-align: left;
font-size: 16px;
color: white;} /* end about me description block */
/* about me content */
.text-about {
text-align: left;
padding: 20px 0px 0px 420px;}
/* end about me content */
- The topic ‘Wrapping text around images’ is closed to new replies.