Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27077

    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/

    #132641

    Hi!

    Please try following css code

    .events-archive #socket {
    padding-top: 21px;
    }

    You can insert it into the quick css field.

    Regards,

    Peter

    #132642

    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.

    #132643

    OK, your CSS works too, and is simpler, so I am using yours now. Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Socket Text Position – Change Non-Globally?’ is closed to new replies.