I’m using this on Divi.
I’m just using their php template and applied this CSS to tidy things up:
/*Eventbrite Calendar Styling*/
.page-template-eventbrite-index-php .entry-header {
text-align:center;
width: 100% !important;
max-width:1080px !important;
margin:auto;
padding: 20px 10px 20px 10px;
}
.page-template-eventbrite-index-php .entry-content {
text-align:left;
width: 100% !important;
max-width:1080px !important;
margin:auto;
padding: 20px 10px 20px 10px;
}
.page-template-eventbrite-index-php .page-header {
display: none;
}
.page-template-eventbrite-index-php #sidebar {
display:none;
}
.page-template-eventbrite-index-php .post-thumbnail {
display:block;
margin:auto;
width:50%;
padding-bottom:20px
}
-
This reply was modified 6 years, 6 months ago by
azoswald.
-
This reply was modified 6 years, 6 months ago by
azoswald.