Your Time:
Our Time:
← Back to discussions

Little issue and my solution (custom css)

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 6 replies, 2 voices, and was last updated 11 years, 7 months ago by t4x0n.

  • 2015-01-26 at 11:40 am
    Support Expired
    #6691
    t4x0n
    Participant
    • Topics: 2
    • Replies: 4
    • Total posts: 6
    • Post count: 4

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

    2015-01-28 at 6:21 pm
    #6746
    Wajid Khan
    Keymaster
    • Topics: 5
    • Replies: 1543
    • Total posts: 1548
    • Post count: 1876

    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.

    2015-02-10 at 1:26 am
    Support Expired
    #6892
    t4x0n
    Participant
    • Topics: 2
    • Replies: 4
    • Total posts: 6
    • Post count: 4
    This reply has been marked as private.
    2015-02-13 at 1:20 pm
    #6975
    Wajid Khan
    Keymaster
    • Topics: 5
    • Replies: 1543
    • Total posts: 1548
    • Post count: 1876

    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?

    2015-02-14 at 1:29 am
    Support Expired
    #6980
    t4x0n
    Participant
    • Topics: 2
    • Replies: 4
    • Total posts: 6
    • Post count: 4

    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!

    2015-02-16 at 8:49 pm
    #7001
    Wajid Khan
    Keymaster
    • Topics: 5
    • Replies: 1543
    • Total posts: 1548
    • Post count: 1876

    You can add the custom css in the theme option panel.

    2015-02-17 at 9:58 am
    Support Expired
    #7004
    t4x0n
    Participant
    • Topics: 2
    • Replies: 4
    • Total posts: 6
    • Post count: 4

    exactly! I say that in first time, because the theme change and for my this change are interfering, so this info can help for someone!

You must be logged in to reply to this topic.