monamour problem with static pages

Latest Reply from Alice at 2015-04-27 03:56:06
Hello,
I currently work on "monamour" and I have a problem with static pages. The content of the pages is visible at the bottom. The content is displayed at the height of the bottom of the right colum.
http://www.chez-bea.net/?product_cat=cuisinelundby
Can you tell me the simple procedure to do to solve my problem because I also intend to buy this theme.
Forgive my English results on Google.
Thank you in advance.
Alain
Hi!

I'm not so sure why this happened on your website. Perhaps, some of your third-party plugins overwrite styles of the theme. You may fix this by editing wp-content/themes/monamour/style.css file. Find the code and remove width property:
.content-r #main_content{
width:725px;
overflow:visible !important;
}

Leave a reply

Add codeAdd image