Tagged: events
-
AuthorPosts
-
November 12, 2015 at 3:19 am #534535
Hi,
I’m using The events calendar plugin and it was working fine but recently (possibly after doing an upgrade) the buttons for “Previous Events” and “Next Events” have become really large covering the title on the page; likewise same problem when viewing the events in a calendar the buttons for the next and previous month (“November” – “December”). Any suggestions as to how I can make those buttons smaller?
Thanks!
CoralieNovember 12, 2015 at 6:19 pm #534959Hey cvanwilder!
where can we see those buttons? I couldn’t find them on the website you have provided. Please use a precise link and/or use screenshots to highlight (imgur.com, dropbox).
Regards,
AndyNovember 12, 2015 at 11:49 pm #535146Hi! It’s in “upcoming events” on the website, have attached a link to the screenshot:
https://www.dropbox.com/s/gdpx45pp7vmn7w7/screenshot.docx?dl=0
Thanks,
Coralie
November 13, 2015 at 2:28 pm #535380Hi!
thanks for the screenshot. Use this code in Quick CSS field:
ul.tribe-events-sub-nav { width: 50%; }and adjust as needed.
Regards,
AndyNovember 16, 2015 at 4:53 am #536273Hi Andy,
Thanks for your quick reply; that works well for making the buttons smaller but the “next events” button (and next month button) are now in the middle of the screen (again covering up the title – see screenshot link below) – how do I get them further to the right?…
Thanks for your help!
CoralieNovember 16, 2015 at 4:30 pm #536598Hi!
use this code to move it to the right:
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right { margin-right: -80px !important; }and adjust as needed.
Cheers!
AndyNovember 17, 2015 at 12:38 am #536987Hi Andy,
Unfortunately that doesn’t seem to make any difference. Have tried changing the value but no luck… Any other suggestions?
Thanks!
Coralie
November 17, 2015 at 9:58 pm #537650Hi!
try this code instead:
#tribe-events-header .tribe-events-sub-nav { right: -339px; }and adjust as needed.
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.
