Tagged: socket, text position, the events calendar
Is there a way to control the position of the text in the socket on only a few pages? I’m using The Events Calendar plugin, and on those pages only, the text is too high. Is there a way I can lower it only on the calendar pages? Here is the site: http://69.195.124.95/~threeced/calendar/
Hi!
Please try following css code
.events-archive #socket {
padding-top: 21px;
}
You can insert it into the quick css field.
Regards,
Peter
I actually just fixed it using this CSS:
body#top.tribe-filter-live #socket .container { padding: 35px 0 15px; }
I’ll try your CSS to just to see if it also works.
Thank you.
OK, your CSS works too, and is simpler, so I am using yours now. Thank you.