• Resolved pichnimeg

    (@pichnimeg)


    Hello,

    First of all thank you for this wonderful theme!

    I have a little problem with my contact page layout. I would like to put an image with my text. When I was trying to make this, the white block in the text’s background disappeared… why?

    You can see the problem here: http://megchikhani.com/about/

Viewing 8 replies - 1 through 8 (of 8 total)
  • hannah

    (@hannahritner)

    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

    Thread Starter pichnimeg

    (@pichnimeg)

    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?

    hannah

    (@hannahritner)

    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

    Thread Starter pichnimeg

    (@pichnimeg)

    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

    hannah

    (@hannahritner)

    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

    Thread Starter pichnimeg

    (@pichnimeg)

    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

    hannah

    (@hannahritner)

    OK, try adding this css:

    .about [class*=wp-image] {
        margin: 0;
        width: 100%;
    }

    Hope it works for you!

    Hannah

    Thread Starter pichnimeg

    (@pichnimeg)

    Oh yeeeeeah thank you so much!
    It works perfectly.

    And thank you again for your theme!

    Megane

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Contact page layout’ is closed to new replies.