Your Time:
Our Time:

Little issue and my solution (custom css)

Sorry, but you do not have the capability to view this topic

  • Resolved
    Posted in: Hostme V2  
  • Supported
    • Topics: 2
    • Replies: 4
    • Total posts: 6
    Post count: 4
    t4x0n
    Member
    2015-01-26 at 11:40 am #6691

    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;
    }

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.