Home › Forums › Ticket Products › Event Tickets Plus › Placement of add to cart and calendar buttons
- This topic has 9 replies, 2 voices, and was last updated 7 years, 10 months ago by
gopixel.
-
AuthorPosts
-
May 24, 2018 at 10:15 am #1538180
gopixel
ParticipantIs it possible to move the add toward about the calendar buttons?
May 24, 2018 at 10:16 am #1538181gopixel
ParticipantSorry I mean the “Add to cart” button
May 24, 2018 at 11:10 am #1538216Sky
KeymasterHi 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,
SkyMay 24, 2018 at 11:14 am #1538221gopixel
ParticipantHello Sky
I would like tome the calendar buttons below the “add to cart” section. We feel it is too far down on the page
May 24, 2018 at 11:15 am #1538222gopixel
ParticipantSorry, 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
May 25, 2018 at 10:30 am #1538962Sky
KeymasterHi 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,
SkyMay 29, 2018 at 5:55 am #1540698gopixel
ParticipantThat worked great, there seems to be a big white space, 60 pixels above the add to cart area, can that be reduced?
May 29, 2018 at 9:10 am #1540830Sky
KeymasterHi 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.
SkyMay 29, 2018 at 9:30 am #1540859gopixel
ParticipantPerfect, you rock Sky
May 29, 2018 at 10:05 am #1541020Sky
KeymasterGreat!
Let us know if you have any questions or issues in the future.
Take care!
SkyJune 20, 2018 at 9:35 am #1557202Support Droid
KeymasterHey 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 -
AuthorPosts
- The topic ‘Placement of add to cart and calendar buttons’ is closed to new replies.
