Column elements running off from their position

X-Child Theme

I have divided a row in three columns. Any element I put on the right side column is running towards middle column. I tried to put images and text both. I tried to make all columns equal size but nothing is working. I have attached pics, please help.

Hi There,

It might be there are some unclosed HTML tags in your contact form 7.

Please use this online tool to make sure there aren’t </div>, </span> or </p> tags in your contact form:

http://www.freeformatter.com/html-formatter.html#ad-output

If it doesn’t help, please copy your contact form 7 shortcodes so we can take a closer look.

Thanks.

Hi,
Thanks for your help, actually I put the double at the end of the page and it did work.

There is one more thing which I am unable to do.
I want to put a background picture, just on the home page. When I upload the picture from Theme options or within the page itself, it is not working. My home page layout, in global settings and page settings is ‘Layout-Content left, sidebar right’. Actually I tried on other pages as well, background image on page is not displaying. Page template of all rest of pages except home page is ‘Blank- No Container, Header, Footer’. How do I upload the back ground picture on pages, so they display on the website.
Thanks

Hello Anuja,

Thanks for updating in!

To display the background image in your pages, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

body .site, 
body .x-site {
    background-color: transparent;
}

We would loved to know if this has work for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.