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.

Box surrounds categories

3 posters

Go down

Box surrounds categories Empty Box surrounds categories

Post by Take Notes Wed 1 Jun 2016 - 0:17

I made it red so you can see it. I want to get rid of it, before I had it as #FAFAFA (through colors not CSS)

Box surrounds categories Untitl24

Also, I want to get rid of this white space that prevents things from being full length. You can see in image on the left of the Who's Online blakc bars. I am pretty sure this is from CSS but I cannot find it.

Box surrounds categories Untitl23
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

Box surrounds categories Empty Re: Box surrounds categories

Post by SLGray Wed 1 Jun 2016 - 0:25

Please post your forum's link for appearance issues/questions.


Box surrounds categories Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Box surrounds categories Empty Re: Box surrounds categories

Post by Guest Wed 1 Jun 2016 - 0:28

Add this to your CSS:
Code:
.forabg {
background-color: transparent !important;
}
avatar
Guest
Guest


Back to top Go down

Box surrounds categories Empty Re: Box surrounds categories

Post by Take Notes Thu 2 Jun 2016 - 0:46

www.forumpromocean.forumotion.com

Unfortunately, I don't want to make it transparent, I want it gone completely, making it transparent it would still be there?
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

Box surrounds categories Empty Re: Box surrounds categories

Post by Rhino.Freak Thu 2 Jun 2016 - 7:11

Code:

/* To make the titles stretch across fully */
h1.page-title {
    margin-right: -5px;
    margin-left: -5px;
}
#main-content .h3 {
    margin-right: -5px;
    margin-left: -5px;
}
.h3 a[href="/viewonline"] {
    display: inline;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-top: -23px;
    padding-top: 5px;
    text-align: center;
}
/* To fix the white border stuff */
ul.forums {
    margin-right: 0!important;
}
.forabg {
    border: none;
    background: none;
}

Add this whole css in AND remove this part
Code:
.h3 a[href="/viewonline"] {
    background-color: #333!important;
    border-bottom: 3px solid #f08746;
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    height: 25px;
    margin-top: -23px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 90%;
    z-index: 0;
}

And you're done Smile
Rhino.Freak
Rhino.Freak
Helper
Helper

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

http://freetest.forumotion.net/

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum