Hi,
We apologize for this inconvenience.We inspected website in browser and providing you styling solution again.
List bullets, paragraph spacing issue:
Go to
Plugins > simple-event-planner/public/css/simple-event-planner-public.css
Find piece of code and replace it
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul,li {
list-style: none;
margin: 0;
padding:0;
}
.event_detial_sidebar .event-sidebar ul , .event_detial_sidebar .event-sidebar li , .event-info ul ,.event-info li {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
with
.event-detial-sidebar .event-sidebar ul , .event-detial-sidebar .event-sidebar li , .event-info ul ,.event-info li {
list-style: none;
}
Images roll over TOP Menue :
Go to
Plugins > simple-event-planner/public/css/simple-event-planner-public.css
Find and replace it
.simple-event-listing article figure {
float: left;
position: relative;
width: 35%;
z-index: 99;
padding-top: 20px;
}
with
.simple-event-listing article figure {
float: left;
position: relative;
width: 35%;
padding-top: 20px;
}
Text-ModeShows only 1 line :
Go to
Plugins > simple-event-planner/admin/css/simple-event-planner-admin.css
Find and remove it
#content {
padding: 0;
position : absolute !important;
top : 40px !important;
right : 0 !important;
left : 0 !important;
height: 200px !important;
}
Thanks & Regards,
PressTigers