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.
The forum of the forums
4 posters

    Category Display problem, please help!

    avatar
    Kiki Tan
    New Member


    Posts : 6
    Reputation : 1
    Language : English

    Solved Category Display problem, please help!

    Post by Kiki Tan Sun 20 Nov - 20:46

    Hi!

    I need help with seperating the forum categories on the index so that there is a space between them.
    Category Display problem, please help! Catego10
    I want to seperate the areas as shown by the arrows, to make a gap between them, so that you can see the background behind. It seems to be automatic for the FAQ section of the forum, as shown below.
    Category Display problem, please help! Gaps10

    Please help me i really want to know how to do this! thanks!
    avatar
    Guest
    Guest


    Solved Re: Category Display problem, please help!

    Post by Guest Sun 20 Nov - 21:07

    Please provide your forum url. Wink
    CatherinaAndrea
    CatherinaAndrea
    Forumember


    Female Posts : 230
    Reputation : 19
    Language : English, Russian, Dutch

    Solved Re: Category Display problem, please help!

    Post by CatherinaAndrea Sun 20 Nov - 21:09

    Try this, hope it helps Wink

    Code:
            .forabg {
            margin-bottom: 10px;
            }
    avatar
    Kiki Tan
    New Member


    Posts : 6
    Reputation : 1
    Language : English

    Solved Re: Category Display problem, please help!

    Post by Kiki Tan Sun 20 Nov - 21:24

    Hey, im not sure where im supposed to put that, is it in my color's css style sheet or what
    CatherinaAndrea
    CatherinaAndrea
    Forumember


    Female Posts : 230
    Reputation : 19
    Language : English, Russian, Dutch

    Solved Re: Category Display problem, please help!

    Post by CatherinaAndrea Sun 20 Nov - 21:29

    Yes that's right.

    PS: if you want more space between the categories, replace the "10" with "20" for example.
    avatar
    Kiki Tan
    New Member


    Posts : 6
    Reputation : 1
    Language : English

    Solved Re: Category Display problem, please help!

    Post by Kiki Tan Sun 20 Nov - 21:34

    In my css stylesheet when i search for .forabg there is no line that comes up with that on, so i'm really not sure where im supposed to put that piece of code.
    Mr DarkHaxers2
    Mr DarkHaxers2
    Forumember


    Male Posts : 409
    Reputation : -17
    Language : English
    Location : Modesto,Cali

    Solved Re: Category Display problem, please help!

    Post by Mr DarkHaxers2 Sun 20 Nov - 21:47

    CatherinaAndrea wrote:Try this, hope it helps Wink

    Code:
            .forabg {
            margin-bottom: 10px;
            }

    Put That In The Css Style Sheet And Put It Anywhere In The Css Stylesheet
    CatherinaAndrea
    CatherinaAndrea
    Forumember


    Female Posts : 230
    Reputation : 19
    Language : English, Russian, Dutch

    Solved Re: Category Display problem, please help!

    Post by CatherinaAndrea Sun 20 Nov - 21:48

    That's right you are putting that one in yourself. Just copy this code:

    Code:
    .forabg {
            margin-bottom: 10px;
            }

    and paste it in on an empty new line.
    avatar
    Kiki Tan
    New Member


    Posts : 6
    Reputation : 1
    Language : English

    Solved Re: Category Display problem, please help!

    Post by Kiki Tan Sun 20 Nov - 21:53

    i did as you said now but it still isnt working, heres my forum url

    http://bhld.forums.com.bz/forum
    avatar
    Guest
    Guest


    Solved Re: Category Display problem, please help!

    Post by Guest Sun 20 Nov - 22:00

    Hmm, I see you have only one category, how I will realize that the code is working or not? Anyway, try:
    Code:
    div.main{
      margin-bottom: 10px;
    }
    avatar
    Kiki Tan
    New Member


    Posts : 6
    Reputation : 1
    Language : English

    Solved Re: Category Display problem, please help!

    Post by Kiki Tan Sun 20 Nov - 22:04

    Sorry, I had permissions set to only viewable by registered people, please take a look now.

    I also tried that piece of code you sent me but it doesnt work too
    avatar
    Guest
    Guest


    Solved Re: Category Display problem, please help!

    Post by Guest Sun 20 Nov - 22:09

    Code:
    div.main div.main-head{
      margin-bottom: 10px;
    }
    Or:
    Code:
    div.main div.main-head{
      margin-bottom: -10px;
    }
    avatar
    Kiki Tan
    New Member


    Posts : 6
    Reputation : 1
    Language : English

    Solved Re: Category Display problem, please help!

    Post by Kiki Tan Sun 20 Nov - 22:15

    It seems to be working but the actual header is moving up the opposite direction

    EDIT: Hey, I figured out how to change that, just had to change margin-bottom to margin-top and it worked,

    thanks!!!!


    SOLVED
    avatar
    Guest
    Guest


    Solved Re: Category Display problem, please help!

    Post by Guest Sun 20 Nov - 22:19

    You're welcome. Wink
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Category Display problem, please help!

    Post by Nera. Mon 21 Nov - 0:34

    Topic solved

      Current date/time is Wed 13 Nov - 17:33