Can you show me a screenshot and point me to where the issue is?Sorry what i mean is... if i have more than 2 subforms the 3rd one wont go underneath and the 3rd subforum name will be cut off with a ....
Can you show me a screenshot and point me to where the issue is?Sorry what i mean is... if i have more than 2 subforms the 3rd one wont go underneath and the 3rd subforum name will be cut off with a ....
I would say this is a style specific issue, since your design has a very narrow body width, and very big font for titles.
.grid_column .subForumList .node
{
width: 90%;
}
I would say this is a style specific issue, since your design has a very narrow body width, and very big font for titles.
This is something that should be fixed by the designer.
You probably looking for something like this
HTML:.grid_column .subForumList .node { width: 90%; }
Yes, add this to EXTRA.cssDo i add that to the extra ccs? could you give me a code to fix it please?
that worked out pretty good.. thanks broYes, add this to EXTRA.css
<img alt="Action Gallery" src="http://www.mydomain.com/ustom_images/action_lrg.gif" style="margin-right: 5px" align="left" border="0">
<img alt="Events & Meets" src="http://www.mydomain.com/custom_images/events2_lrg.gif" style="margin-right: 5px" align="left" border="0">
Hey, may you send me a link to your site so I'll take a look?On further investigation the problem occurs in the 2nd & any subsequent row in the 2 column within a category
I'm aware of the issue, will fix it for the next update.How to properly align this forums/nodes?
View attachment 103240
How to properly align this forums/nodes?
View attachment 103240
On rellect_nodes_grid.cssI'm aware of the issue, will fix it for the next update.
.node .grid_column + .grid_column
{
padding-right: 0;
padding-left: {$halfSpacing};
}
.node .grid_column + .grid_column
{
padding-right: 0;
padding-left: 0;
}
It won't break anything, but there will be still cases where spaces are not even.On rellect_nodes_grid.css
From:
toCode:.node .grid_column + .grid_column { padding-right: 0; padding-left: {$halfSpacing}; }
Code:.node .grid_column + .grid_column { padding-right: 0; padding-left: 0; }
Fixed it.
Did I broke something else by this changes?
What's new
- Fixed spacing between columns (starting from second row).
- Added a style property setting to disable the status icon for sub-forums (@rellect_nodes_grid_show_status_icon).
I tested the upgrade process but did not get this error.Mysqli statement execute error : Duplicate entry '48986-1' for key 'definition_id_style_id'
While upgrading :/
We use essential cookies to make this site work, and optional cookies to enhance your experience.