Support Forum
I do not know what you are referring to when you say 'gap' so I will need more information on that but we can talk about he sub-forum icons.
It is somewhat odd though because unless modified these should receive a default width of 20px and I do know we have other users for whom they are successfully showing up at the right size.
Do - let's see. Can you take a look at the spGroupView.php template in the /templates folder of the theme you are using. Unified - yes?
Locate the call to the function sp_ForumIndexSubForums(). This will be on the template twice - once for a mobile display and once for a desktop - i.e., if($spDevice != 'mobile' -.
Can you try adding a new argument to the argument list. It probably currently look like:
sp_ForumIndexSubForums('unreadIcon=sp_SubForumUnreadIcon.png', __sp('Sub-Forums'), __sp('Browse topics in %NAME%'));
can you try adding to it as so:
sp_ForumIndexSubForums('unreadIcon=sp_SubForumUnreadIcon.png&iconWidth=20', __sp('Sub-Forums'), __sp('Browse topics in %NAME%'));
Note the ampersand before the new argument. I would do it for both of the calls in the template and then letls see if that solves it. If not then the question has to be do you have any other issues with image sizes?
YELLOW
SWORDFISH
|
are you just talking about the about 2px of white space between forums (could be different based on your theme)?? see image... Thats the only white space I see in your image...
That is just the theme design - it would look strange with no space, I think, but you can certainly update the theme to do so... you will see it a small blue spacing element on our forum...
If so, its these two css:
#spMainContainer .spGroupForumSection.spEven, #spMainContainer .spForumTopicSection.spEven, #spMainContainer .spTopicListSection.spEven, #spMainContainer .spMemberListSection.spEven
#spMainContainer .spGroupForumSection.spOdd, #spMainContainer .spForumTopicSection.spOdd, #spMainContainer .spTopicListSection.spOdd, #spMainContainer .spMemberListSection.spOdd
which have 2px margin around each forum in the group...
Visit Cruise Talk Central and Mr Papa's World
again, its your sp theme... you can customize it however you want...
you showed group view, so change
#spMainContainer .spGroupViewSection, #spMainContainer .spForumViewSection, #spMainContainer .spTopicViewSection, #spMainContainer .spTopicListSection, #spMainContainer .spMemberGroupsSection
and adjust the background color to what you want...
or if there are lots of colors you want different, you might look at the available overlays to use with the theme you are using...
as always, we strongly recommend you edit your own theme and not one of ours to keep from losing changes on updates...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)