Last update merged my posts

Home Forums Calendar Products Events Calendar PRO Last update merged my posts

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1037367
    Francesco
    Participant

    Hi There,

    since the last update all my post on the website are merged: in the main page the bottom post with the top post of the one below and in the all events page they merge in the middle. There is no space any more between posts they just look attached and this create confusion, can you please help?

    Thanks

    #1037685
    George
    Participant

    Hey @Francesco,

    Sorry to hear about this!

    I went to http://bristol2night.co.uk/events/ but unfortunately could not spot the problem you described…

    Can you elaborate a bit more on the issue, and link specifically to a place on your site where it can be seen on the front-end of your site?

    It might also help to share a screenshot of the issue – you can do so by uploading the screenshot to Imgur.com, Flickr.com, CloudUp.com, or any similar image-hosting site; then just share the links to those images here and I’ll take a look.

    Thank you!
    George

    #1037692
    Francesco
    Participant

    This reply is private.

    #1038405
    George
    Participant

    Thanks @Francesco – it seems like you’re mainly trying to add space between the top and bottom of posts in the main column grid. This can be achieved with CSS like this:


    .type-tribe_events {
    margin-bottom: 1em;
    }

    You can use any margin size you’d like there, but this should help!

    πŸ™‚

    β€” George

    #1044407
    Francesco
    Participant
    #1044853
    George
    Participant

    Hey @Francesco,

    I went to the events page and the bottom-spacing between events did, indeed, seem fixed when I checked it out.

    If you mean that the space between the left or right edges of events are too close together, then this is because of your theme’s grid spacing, namely classname style rules like this one:


    .col-sm-6 {
    width: 50%;
    }

    That is coming from your theme and so unfortunately you will have to reach out to your theme developer for further styling assistance. Some CSS like this might help, for example:


    .type-tribe_events.col-sm-6 {
    max-width: 49% !important;
    width: 49% !important;
    margin-right: 1% !important;
    }

    I wish you the best of luck with your styling!

    Cheers,
    George

    #1076328
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Last update merged my posts’ is closed to new replies.