Placement of add to cart and calendar buttons

Home Forums Ticket Products Event Tickets Plus Placement of add to cart and calendar buttons

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1538180
    gopixel
    Participant

    Is it possible to move the add toward about the calendar buttons?

    Atraumatic Extractions With Implant Site Development

    #1538181
    gopixel
    Participant

    Sorry I mean the “Add to cart” button

    #1538216
    Sky
    Keymaster

    Hi there!

    Could you explain in more detail what you are wanting to do with the add to cart button? I’m not sure what you are asking.

    Thanks,
    Sky

    #1538221
    gopixel
    Participant

    Hello Sky

    I would like tome the calendar buttons below the “add to cart” section. We feel it is too far down on the page

    #1538222
    gopixel
    Participant

    Sorry, my typing is bad

    I would like to move the calendar buttons below the “add to cart” section. We feel it is too far down on the page

    #1538962
    Sky
    Keymaster

    Hi again,

    Thanks for clarifying. It looks like you are using Avada theme which has custom templates for the Events Calendar. I’m not sure if the theme has a built in way to change the order of things, but I can suggest some CSS that may help.

    Try this CSS snippet:


    .tribe_events {
    display: flex;
    flex-direction: column;
    }
    .tribe-events-cal-links {
    order: 4;
    }
    #buy-tickets {
    margin-top: 0;
    order: 3;
    }

    Let me know if that works for you, or if you have any other questions.

    Thanks,
    Sky

    #1540698
    gopixel
    Participant

    That worked great, there seems to be a big white space, 60 pixels above the add to cart area, can that be reduced?

    Atraumatic Extractions With Implant Site Development

    #1540830
    Sky
    Keymaster

    Hi again!

    Glad that worked for you! It looks like the theme styles are still overriding the style I added to get rid of that space. Edit the style for #buy-tickets in the following manner:


    #buy-tickets {
    margin-top: 0!important;
    order: 3;
    }

    That should do it!

    Thanks, and let me know if you have any other questions.
    Sky

    #1540859
    gopixel
    Participant

    Perfect, you rock Sky

    #1541020
    Sky
    Keymaster

    Great!

    Let us know if you have any questions or issues in the future.

    Take care!
    Sky

    #1557202
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Placement of add to cart and calendar buttons’ is closed to new replies.