Hey,
How are you adding this image? What white block are you referring to? If you want a white background just around the text you can use this css:
.about .postclass.pageclass {
background: #fff;
}
Just paste it in your custom css box in Theme Options > Custom CSS.
Hannah
Hello Hanna,
Thank you very much for your fast answer! The code you gave me works perfectly, that’s what I wanted! I just don’t know why it disappeared.
I want to add an image in the text block who is next to the contact form. I would like a simple layout, like your single staff presentation in the premium theme (http://themes.kadencethemes.com/pinnacle-premium/staff/becca-smith/). Do you understand what I mean?
So… I think I will try to code a little css to make this! What do you think?
Hey,
You can add an image simply by clicking “Add Media” from the visual editor and uploading your image. Does this work for you?
Hannah
Hi Hannah,
Yes, I have already tried it, but it’s not precise enough for me… So, I think i will try to edit the html code in the visual editor! Or do you think a css is better for the layout?
Thank you again for your help!
Megane
If you post a link with your image added I can attempt to help adjust it with css. Just be specific as to where you’re wanting it placed.
Hannah
Here you are: http://megchikhani.com/about/
I would like the image to have the same width as the text!
Tell me if I’m not clear enough…
Thank you!
Megane
OK, try adding this css:
.about [class*=wp-image] {
margin: 0;
width: 100%;
}
Hope it works for you!
Hannah
Oh yeeeeeah thank you so much!
It works perfectly.
And thank you again for your theme!
Megane