Make text with photo in services

Hi, i need support help with my problem.
I can make the text with photo in service pool.
I paste the html code with justify text in table on left side, right table i take the photo and nothing else… result - text align center , don’t have table and photo… why ??

I need have this (i send in photos what i need)

Need change background “service” to JPG with people onright side, and take the text on left side.

Please help me… :frowning:

Hello @lamerczak,

I’m having some troubles to understand the exact issue, can you please provide the website link, as well?

Thank you

I need obtain what is in the picture
sorry my english is not good

Hello @lamerczak,

Can you please provide me the website link?

Thank you

www.djlama.pl/nowa

html code not run on widget “text” in services
where i can change background white to yellow ???

Hello @lamerczak,

I still cannot see the website, it looks parked in construction mode.

Can you provide the login details, as well?

Regards

ok please look now :wink:

u can help me ?

Hello @lamerczak,

To change the services background to yellow you need to use this custom CSS code:

#services{
background: yellow;
}

On top of it, you need to add a text widget with HTML code.
It should look like this:

<div style="float: left; width: 60%;">insert text here</div>
<div style="float: left; width: 40%;"><img src="putimagesrchere"/></div>

Let me know if you got it right.

Regards

where i must get

#services{ background: yellow; }

??

when you update project to project - gallery ? :slight_smile:

This code should be placed in a child’s theme stylesheet.css, ideally.

But you can use a Custom CSS plugin or place it inside Dashboard > Appearances > Editor > Style.css but keep in mind that this will get erased if you update the theme.

Hi, i paste your code with my text and src to photo and have:

www.djlama.pl/nowa

something is wrong…
text must be more width, and text with photo must be in CENTER place
how to do it ?


what i have to do if i can have photo on all height
look: http://djlama.pl/nowa/lll2.png
??

please help me

Hello,

Try this CSS code to make the text wider:

#text-10{
width: 60% !important;
}

I cannot follow the color red question.

Unfortunately, what you want to achieve requires too much custom work and some coding knowledge and it’s quite difficult for me to provide you all the assistance required.

Let me know again what you want to achieve and I’ll see what I can do.

Regards

I paste this

#text-10{ width: 60% !important; }

in my widget text and nothing do… i see this text ,

how to get 45 / 10 / 45
45% text in left, 10 % free space in center and 45% photo in right

please help

Hello @lamerczak,

This is really something that falls outside the support scope.

Please provide me temporary admin dashboard access and I’ll see what I can do.

Regards

ok please look

site: http://www.djlama.pl/nowa/wp-admin
login: djlama
password: Kamillo91

I have fixed the section, centered the elements with 45%-45% spacing.

Regards

OK THANKS
I need edit now text, so where is code with photo and spacing ???

how to edit this now ???

SORRY NOT THIS…
WHERE IS CODE ? LOOK PHOTO , i need edit this,

where you add this code ???

Hello,

The content can be found in Team > Sidebar > Text (see attachment)

Regards