Spacing around 'Events' SKT Full Width

Home Forums All Other Themes Spacing around 'Events' SKT Full Width

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #53829
    BenjaminBenjamin
    Member
    • Topics: 5
    • Replies: 5
    • Total: 10
    Member since: September 12, 2016

    Hi Guys,

    Trying to decrease the space/padding around each of the events on my page.

    http://new.ausbrass.com/events/event/

    As you can see each event has a large amount of space around it and there is a large gap between the header and the first event. Is there any CSS or anything that could decrease this gap?

    Thanks!
    Ben

    #53845
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30674
    • Total: 30674
    Member since: August 16, 2013

    Hi Ben,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .eo-tc-event, .entry-content{margin:0 !important;}
    .search article, .archive article{padding:0 15px !important;}

    Regards,
    Dave

    #53846
    BenjaminBenjamin
    Member
    • Topics: 5
    • Replies: 5
    • Total: 10
    Member since: September 12, 2016

    That’s great – thanks – certainly made it much tighter!
    Is there a way to reduce the space between the event name and the date?

    #53847
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30674
    • Total: 30674
    Member since: August 16, 2013

    Add this code in Custom CSS Box:

    h2.entry-title{padding:20px 0 0 !important;}

    Regards,
    Dave

    #53849
    BenjaminBenjamin
    Member
    • Topics: 5
    • Replies: 5
    • Total: 10
    Member since: September 12, 2016

    Once again, thank you – exactly what I needed.
    (I will get used to this CSS stuff at some point!)

    #53850
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30674
    • Total: 30674
    Member since: August 16, 2013

    🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Spacing around 'Events' SKT Full Width’ is closed to new replies.