Sprony

Customer
I need some help figuring out where I can change the overview of the news section of my website. As mentioned earlier, someone bailed on me while in the middle of finishing the old theme and based on how the new theme looks, I assume it has got to do with whatever he did. This is the top of my news page:

1763382244736.png


Then when you scroll down, it looks like this:

1763382432047.png


I want the entire page to look like the latter with fixed thumbnail sizes (or at least something I can work with since they're now all messed up). Where do I start?
 
This is how XenForo displays it by default, actually.
Look at the HYS forum:


Here is a resource which has CSS to change the format to how you want
 
This is how XenForo displays it by default, actually.
Look at the HYS forum:


Here is a resource which has CSS to change the format to how you want
Perfect, thank you! I almost got it completely sorted, but only one part keeps messing up. I'm using the code of Equal Grid - Fixed Footer to the letter.

1763412042118.png
 
Looks like the fix was in the comments. The resource needs an update:

Add this into the code, just below the articleFooter bit:
Code:
    .block--previews .block-body>.message--articlePreview:first-of-type .articlePreview-image {
        height: auto;
    }
1763502615063.png
 
Looks like the fix was in the comments. The resource needs an update:

Add this into the code, just below the articleFooter bit:
Code:
    .block--previews .block-body>.message--articlePreview:first-of-type .articlePreview-image {
        height: auto;
    }
View attachment 15166
Sorry Russ, I was unaware I was looking at reviews instead of comments. The code helped, but there's still one post that doesn't want to play nice. I've asked them if they know what might be up.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back