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. 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
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.
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