Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1427927

    Christopher
    Moderator

    Hi there,

    Please add this code as well :

    input[type="image"] {
        outline: none;
    }

    Hope it helps.

    #1427932

    ZerotoOne
    Participant

    thank you, but the issue still remains http://prntscr.com/erv00v
    :/

    #1427936

    Christopher
    Moderator

    Are you referring to overflow issue?
    I’m sorry I thought you want to remove outline on focus status base on provided screen shot.

    Please add following code :

    .x-alert, .wpcf7-response-output, .buddypress #message, .bbp-template-notice {
        overflow: hidden;
    }

    Hope it helps.

    #1427946

    ZerotoOne
    Participant

    I’am sorry for the misunderstanding! but what you send me was good too. I did not like the outline either 😀
    Thanks.

    How do I display the alert the whole length of the contact form? http://prntscr.com/erv4et

    thanks for your help!

    #1427950

    Christopher
    Moderator

    Please update previous code to :

    .x-alert, .wpcf7-response-output, .buddypress #message, .bbp-template-notice {
        overflow: hidden;
        width: 80%;
    }

    Please note that base on screen size, text will be dropped on second line on smaller screens.

    Thanks.

    #1428108

    ZerotoOne
    Participant

    thank you works perfectly!

    #1428129

    Rahul
    Moderator

    Glad it is working fine now.

    Let us know if we can help with anything else.

    Thanks for choosing the X-theme. 🙂

    #1429189

    ZerotoOne
    Participant

    .

    #1429198

    Christopher
    Moderator

    Thank you.