customizing about section

Hi there,

I would like to add in ABOUT section small photo on the left side and on the right side text.
It should be like 25% for image and 75% for text.
How can I do that?
It would be only on about page.
The rest of pages are following the Illdy template.
Please explain in details.

Thanks a lot!
Cheers, Irena

Hi there

Hope you are having a good day and thank you for your question
Im not sure how this is possible but i can try several ideas, please send me your admin details here privately and i will do my best to create such layout for you
Thanks!
Colorlib Support Team

Hi there,

Thank you for your email!
You are very helpful!

I am creating site locally via MAMP, so I cant send you my url now.
As I wrote above. I would like to add foto of the person’s website, but she doesn’t like the image to be too big. ( as I have the option to add an image or the color). Because when looking on computer or mobile could scale without control and it’s too big face if I use the image. But to use just a color, its pitty, not to show her face. That’s why she wanted her photo, but in small on left and on the right side I would fill in the text.
So I would need to customize just this section. The rest is Illdy structure.
I thought to add 2 rows, one with image another with text. Just don’t know how to do it.
I hope you can help me with this.
Thanks a lot!!!

Hello! I’m trying to do the same thing. I would like a photo in the About section. However, I’m currently working on a local server so I’m not sure how you can help?

Thanks!

Hi,

You mean in the home page about section you want something like this? http://take.ms/pVaeG

If that case the about section content accept, html so put something like this inside the about section content,

<div class="col-sm-3">
	<img src="https://cdn.colorlib.com/illdy/wp-content/uploads/sites/11/2016/03/front-page-project-1.jpg">
</div>
<div class="col-sm-9">
	 It is an amazing one-page theme with great features that offers an incredible experience. It is easy to install, make changes, adapt for your business. A modern design with clean lines and styling for a wide variety of content, exactly how a business design should be. You can add as many images as you want to the main header area and turn them into slider.
</div>

Change the image URL according to your needs.

Let us know,

Thanks,
laranz.

Hi Laranz,

Yes, I mean something like this :wink:

Where exactly can I put this code?
I tried it by going to Appearance > Customize > Additional CSS and paste it there? But didn’t work.
I am not familiar with child themes. Please explain in steps where to paste this code?
Thanks a lot!
Cheers,
Irena

Hi Irena

Code should be added directly in the about section, under or above (this is up to you) your about us text :slight_smile:

When I click “text” in the About section nothing happens. When I try to add it in the visual tab then it just shows up as the html wording. It’s like it won’t let me click the “text” tab to add code…

Hello there,

I hope you are doing well today.

The text needs to be a link in order to work. You can use the following html code to make the text a link:

Your Text Here

Best Regards,
Support

Hi there,

Hope all is fine on the other side of the ocean :slight_smile:

Unfortunately, this link doesn’t work.
And I still don’t know where do you mean to paste this code in about section.
See screenshot of mine for that section.
Please let me know in steps where to put the code?
Thanks a lot!

Cheers,
Irena

Hi

Just click on the pencil icon and paste code along with the text, it even displayed on your screenshot “Carmen kesselaar” … this is very basic thing :slight_smile:

this is the example of the link code:

<a href="https://www.w3schools.com">Visit W3Schools.com!</a>