Space catogories and remove lines Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Space catogories and remove lines

    Nintenex
    Nintenex
    Forumember


    Other / Decline to state Posts : 109
    Reputation : 5
    Language : English

    In progress Space catogories and remove lines

    Post by Nintenex November 25th 2015, 1:56 pm

    Hey, It's me again, i have 2 questions, firstly i'd like to know how to space my categories apart from one another i just want a little space between them to make it look a little nicer. and secondly how do i remove the lines for |Topics|Posts| because those lines cut into the names of the forum i had to change "Announcements/news" to just "news"

    www.nintenex.com

    Heres my forum, please look so i can get help on this.


    Last edited by Nintenex on November 25th 2015, 3:42 pm; edited 1 time in total
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    In progress Re: Space catogories and remove lines

    Post by brandon_g November 25th 2015, 2:27 pm

    Hello,

    For the first problem, have you trying playing with your forum structure and hiearchy? You can do this is ACP->Display->Structure & hiearchy , try switching it between medium, heavy, so on for each until it looks the way you want Wink.

    -Brandon



    Space catogories and remove lines Brando10
    Remember to mark your topic Space catogories and remove lines Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    Space catogories and remove lines Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points
    Nintenex
    Nintenex
    Forumember


    Other / Decline to state Posts : 109
    Reputation : 5
    Language : English

    In progress Re: Space catogories and remove lines

    Post by Nintenex November 25th 2015, 3:42 pm

    well the structure is fine its just i want a space between it and none of them work as good as the structure i already have set up with it. what really bothers me the most is the Topic and post lines, it can really damage the structure of how i wan the forum to run.

    are there any codes out there for forum spacing, not the category that holds the forums, but the spacing inbetween the categories itsself.

    well actually it isnt the front page of the forum im talking about when i click on "new posts since last visit" is the issue, the lines get in the way.

    okay, how do i remove the "searchin" next to the lines of "Topic/Posts"
    Rhino.Freak
    Rhino.Freak
    Helper
    Helper


    Male Posts : 1248
    Reputation : 104
    Language : English
    Location : Mumbai, India

    In progress Re: Space catogories and remove lines

    Post by Rhino.Freak November 25th 2015, 4:27 pm

    Hello! Go to Display > Colors > CSS Stylesheet and paste the code below there Smile
    1. For Category Spacing :
    Code:
    .pun .main-content {
        margin-bottom: 10px; /* Adjust this value to your liking */
    }
    2. For getting rid of lines (I'm not sure if this is exactly what you want)
    Code:
    .pun .main table td.tc2, .pun .main table td.tc3 {
        border: none!important;
    }