Image of button is split

Discussion in 'Local Business WordPress Theme' started by pinkmaddy, Sep 9, 2015.

  1. pinkmaddy

    pinkmaddy New Member

    Joined:
    Mar 4, 2015
    Messages:
    13
    Likes Received:
    0
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Sorry, I didn't get any "reads Our Services" button on the home page but I guess you are asking about this button as indicated in screenshot below.
    button.png

    So, to resolve this issue best way to increase size of the button and for that purpose paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    a.button1 {
        width: 198px !important;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  3. pinkmaddy

    pinkmaddy New Member

    Joined:
    Mar 4, 2015
    Messages:
    13
    Likes Received:
    0
    That didn't work. Why is the button image broken in the first place?

    This is what the button looks like on my screen: http://screencast.com/t/dfIAAzeXi
    No matter what size I make the button image, it's still showing as being split in two.
     
  4. priya

    priya Guest

    Hello,

    Sorry to learn that previous code didn't work...

    Please try below code in place of above one, just paste the code in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. .
    Code:
    span {
        display: none !important;
    }
    a.button1 {
        width: 193px !important;
        border-radius: 19% !important;
      padding-left: 40px !important;
    }
    Note: Adjust the numeric value as per your requirement.

    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     

Share This Page