Boone

Well-Known Member
As you can see from my screenshots when the sub forums are greater than 2 the 3rd one shifts to the right.
When node layout type is 2.

How can I fix that?

Thanks!
 

Attachments

  • Screen shot 2015-12-13 at 12.34.03 PM.png
    Screen shot 2015-12-13 at 12.34.03 PM.png
    24 KB · Views: 13
  • Screen shot 2015-12-13 at 12.34.19 PM.png
    Screen shot 2015-12-13 at 12.34.19 PM.png
    49.5 KB · Views: 15
  • Screen shot 2015-12-13 at 12.34.36 PM.png
    Screen shot 2015-12-13 at 12.34.36 PM.png
    37.2 KB · Views: 16
Technically if there's an odd number of nodes inside a category the last one will span 100%, we did this to avoid any white space and believe it looks better. However your screenshot is a little confusing because "2" is dual column which none of those appear to be.

Do you have a site this is going on at? I checked the one your license is attached too and it appears to be working like it should.
 
May want to add this into your extra.css too:

Code:
.XenBase .sectionMain.ctaFtContainerPage {
background-color: rgb(23, 23, 23);
border: 1px solid rgb(58, 58, 58);
}
.XenBase .nodeList .node.level_1 {
overflow: visible;
}

For featured threads, I'm sure he has a property for it but I'm not sure of the location off the top of my head. It also will fix your xmas icons

I'm seeing this:

Screenshot_7.png



Which is as designed with this layout, last node if there's an odd amount of nodes will span 100%
 
The first CSS corrects your featured threads, it's currently a white background on your featured threads page.

The second bit of css makes it so your christmas icons won't cut off.

As for your issue at hand, I've mentioned it before odd nodes span 100%.
 

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