• Resolved edufajer

    (@edufajer)


    Hello im having trouble with the ¨Book appointment¨ button, it appears completely out of the dropdown boxes but at the right corner of my page (so people would have to scroll right to find it). Is there any way to align it just below like the screenshots?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rustaurius

    (@rustaurius)

    Hi Edu,

    It sounds like there might be some kind of CSS conflict. Can you provide a link to your site, so that we can see the misalignment and what might be causing it?

    Thread Starter edufajer

    (@edufajer)

    sure, the two pages with the form are:

    http://www.comanche.mx/btl/
    http://www.comanche.mx/online/

    thanks!

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi Edu,

    If you look at the source code of your page, you’ll see that your theme is applying a lot of different styling to the submit button input type. This is conflicting with the CSS applied by our plugin. The main thing seems to be that it’s automatically being given a display of inline-block, which I’m not sure why they would do that. Anyway, you should be able to counter this with some custom CSS. For example:

    .ewd-uasp-das-book-button {
    display: block !important;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Book appointment button not aligned’ is closed to new replies.