This topic has 6 replies, 2 voices, and was last updated 11 years, 7 months ago by t4x0n.
Viewing 7 posts - 1 through 7 (of 7 total)
I just want show you a little issue when I updated the theme, I am using a fixed or boxed style design and my price list changed after update and this not occupied all the page so I looked in the code in CSS and I found the problem, and for resolve this issue, I just used this Custom CSS: (my idea is to show this in case someone needs it, or if you as authors want to change default theme)
.inner {
position:relative;
width: 100%; /* before 90% */
max-width: 980px;
margin: 0 auto;
}
.section_inner {
width: 100%; /* before 90% */
max-width: 1080px;
margin:0 auto;
position:relative;
z-index:3;
}
If you can provide us WP Logins to your website with URL then we can take a closer look at it. Make sure you set the post as private reply so that only admin can see your wp-logins.
You need to select the “Stretched” from the edit page “Plantilla”. Now it’s working fine now and also i have remove the custom css from theme option panel. let me know is there anything else i can assist you with?
Hi, may be work fine but not like before update the theme, if you look my first post I said “my price list changed after update and this not occupied all the page”, and now too! I prepared a pic for you for explain it: http://www.monotrema.com/wp-content/uploads/2015/02/list_price.png
thanks a lot!
You can add the custom css in the theme option panel.
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.