• Occasional issue with blog content boxes. I presume issue is being caused by longer titles making boxes unalign. NOt sure best way to fix though, so any help , suggestions welcome.

    • This topic was modified 4 years, 6 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • @ioverlord

    >> Occasional issue with blog content boxes

    Not exactly sure what the problem is ?
    They look okay to me.

    Thread Starter ioverlord

    (@ioverlord)

    @corrinarusso Annoyingly it is a sporadic issue – so is an issue again now but might not be if you look again in 6 hours.

    @ioverlord

    Well, the first thing I would ask is why your jquery is being printed out twice – and the second time using document.Write :

    View post on imgur.com

    The short answer is that all “boxes” are contained within the same row – however, the responsive part is supposed to kick-in and adjust for the browser width.

    A bandaid would be to just remove the padding from the row like this :
    Customizer –> Additional CSS :

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    But you may notice it be negatively affected in other areas. But you could try.

    Isn’t this a paid theme ? You can ask them for support. Or your original web guys
    ??

    Thread Starter ioverlord

    (@ioverlord)

    @corrinarusso Many thanks for this.

    This is a site i’m temp looking after for someone – keeping stuff up to date etc with some minor fixes. He has now left the people who originally created it and the theme specifically for him. Currently trying to persusde him to overhual entire site with a new theme etc, as even with my fairly beginners knowledge quite a lot of odd and broken code flying about on the site.

    Appreciate your help/suggestion. thx

    Thread Starter ioverlord

    (@ioverlord)

    @corrinarusso forgot to get back on this and say this didn’t work as a fix . Looking again it looks like if the title text used in the boxes is over a certain length it wont stack new item underneath and will push until the next column where it will ‘fit’ – see https://imgur.com/a/OczaEaZ

    @ioverlord

    >> the people who originally created it and the theme specifically for him

    Ugh.
    This is always a terrible idea for a whole bunch of reasons.
    If that little css snippet didn’t work, then I dunno really.
    Chasing issues like this is a custom built theme usually sucks anyway – unless you were the author, typically you fix something in one place, and break it in another.

    Thread Starter ioverlord

    (@ioverlord)

    @corrinarusso Yes indeed. Talking over looking after someone elses work is the devil’s work lol. Wont be making that mistake again. Thanks for trying to help all the same, much appreciated.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Blog content boxes unaligning – how do i fix?’ is closed to new replies.