Tagged: x ← 1 2 3 Author Posts April 3, 2017 at 5:53 am #1427927 ChristopherModerator Hi there, Please add this code as well : input[type="image"] { outline: none; } Hope it helps. April 3, 2017 at 6:24 am #1427932 ZerotoOneParticipant thank you, but the issue still remains http://prntscr.com/erv00v :/ April 3, 2017 at 6:31 am #1427936 ChristopherModerator 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. April 3, 2017 at 6:36 am #1427946 ZerotoOneParticipant 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! April 3, 2017 at 6:48 am #1427950 ChristopherModerator 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. April 3, 2017 at 11:41 am #1428108 ZerotoOneParticipant thank you works perfectly! April 3, 2017 at 12:16 pm #1428129 RahulModerator Glad it is working fine now. Let us know if we can help with anything else. Thanks for choosing the X-theme. 🙂 April 8, 2017 at 5:21 am #1429189 ZerotoOneParticipant . April 8, 2017 at 7:05 am #1429198 ChristopherModerator Thank you. Author Posts ← 1 2 3