Comment Button on blog posts doesn´t fit?!?

Discussion in 'Appointway WordPress Theme' started by matthew.cybert, Jan 18, 2014.

  1. matthew.cybert

    matthew.cybert Member

    Joined:
    Dec 28, 2011
    Messages:
    31
    Likes Received:
    0
    Hi,
    i´m using wp with the de version in germany. Sad to say Your button for blog commenting doesn´t fit the words "Kommentar abschicken" (please see attached screenshot).
    How can i solve this issue?

    Thanks,
    Matt
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.


    Thanks & Regards
    Gourav Shrivastava
     
  3. matthew.cybert

    matthew.cybert Member

    Joined:
    Dec 28, 2011
    Messages:
    31
    Likes Received:
    0
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #commentform .form-submit #submit {
    background: grey;
    width: 188px;
    border-radius: 8px;
    height: 37px;
    }
    #commentform .form-submit #submit:hover {
    background: grey;
    width: 188px;
    border-radius: 8px;
    height: 37px;
    opacity: 0.9;
    }
    

    Thanks & Regards
    Gourav Shrivastava
     
  5. matthew.cybert

    matthew.cybert Member

    Joined:
    Dec 28, 2011
    Messages:
    31
    Likes Received:
    0
    Works, thanks for Your fast and good support!
    Matt
     

Share This Page