Shape 5

Joomla Free Extensions => Open Table - Free => : lsellers July 16, 2018, 01:01:10 PM



: OpenTable Extension - Text shifted
: lsellers July 16, 2018, 01:01:10 PM
I am using the OpenTable extension on my development site (http://dev3.coles735main.com). Can you help me with the code to:
1. Match the height of the "Find a Table" button to the other buttons on the left
2. Center vertically the "Find a Table" text within the button
3. Center the circle on the date in the calendar

I am attaching a screenshot for reference. Thanks very much for any help!


: Re: OpenTable Extension - Text shifted
: jonahh July 17, 2018, 10:09:08 AM
Hello,

1 and 2. Which browser do you see this in? I'm viewing in Chrome and I do'nt see this:

3. Just add the below to a CSS file and this should do it:

:
.ui-state-highlight, .ui-state-active, .ui-state-hover {
    line-height: 12px !important;
    margin-top:10px !important;
}


: Re: OpenTable Extension - Text shifted
: lsellers July 17, 2018, 10:15:42 AM
Thank you so much! I actually was able to figure out 1 and 2 last ninght, but not 3. I will use your code. Thanks - I really appreciate your help!