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.

Thmes don't match

5 posters

Go down

Thmes don't match Empty Thmes don't match

Post by ob1 January 12th 2013, 6:13 pm

I had to create a 2nd forum for my east coast members. I copied over the theme and such. Everything works great....but it's all smaller. Even in the ACP. What's causing this?? Thx guys!

Here's the two forums. The first is my original.
http://gravitypirates.dust.tv/
http://gpeast.forumotion.com/
ob1
ob1
Forumember

Male Posts : 60
Reputation : 0
Language : english
Location : San Diego Ca

http://www.gravitypirates.dust.tv

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by Akkii January 12th 2013, 6:52 pm

They look same to me.
Akkii
Akkii
Forumember

Male Posts : 710
Reputation : 107
Language : English,HTML, CSS,Photoshop,Javascript!
Location : Here on Forumotion!

http://www.csshelp.net

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by levy January 12th 2013, 6:57 pm

Hello ,the GP don't look like Gravity .

Add this codes in your CSS

Code:
#search-box {
float: right;
margin-right: 5px;
margin-top: 10px;
white-space: nowrap;
display: none;
}

ul.navlinks {
border-bottom: none!important;
font-weight: 700;
text-align: center;
}
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by ob1 January 12th 2013, 7:35 pm

Thanks Robi. I added the code but that didn't change anything.

Akkii- Open them both in tabs and switch back and forth. Everything is like 25% bigger on gravitypirates Vs gp. Everything...even the banner and all.
ob1
ob1
Forumember

Male Posts : 60
Reputation : 0
Language : english
Location : San Diego Ca

http://www.gravitypirates.dust.tv

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by levy January 12th 2013, 7:39 pm

Can you make a screenshoot with problems please ?
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by Sanket January 12th 2013, 7:40 pm

The banner is the same. The EAST is bigger, change it in the site description where you added it. See if you increased the font there.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by ob1 January 12th 2013, 7:54 pm

Here's a screen shot of each. Pretty obvious size difference. But font says 11 on both. Why is everything "bigger" on mine?

Thmes don't match Screen38
Thmes don't match Screen39
ob1
ob1
Forumember

Male Posts : 60
Reputation : 0
Language : english
Location : San Diego Ca

http://www.gravitypirates.dust.tv

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by Sanket January 12th 2013, 7:55 pm

I don't think all the css changes have been copied.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by ob1 January 12th 2013, 8:22 pm

Both CSS additions are exact. Just to insure it, I just now copied from one site over to the other so there can't be a typo:

Thmes don't match Screen40


Wow...I thought I was missing something simple. But I guess it really is something odd.
ob1
ob1
Forumember

Male Posts : 60
Reputation : 0
Language : english
Location : San Diego Ca

http://www.gravitypirates.dust.tv

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by SLGray January 12th 2013, 9:24 pm

Could you post both CSS showing font size?


Thmes don't match 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by ob1 January 12th 2013, 9:33 pm

SLGray wrote:Could you post both CSS showing font size?

Hmmm, ok. I've never looked at the forums basic CSS. Is that even editable? Wow, it's huge. Shocked Which section should I post? Is it this one? Sorry...i'm not a coder.:

/* Postbody (preview)---------------------------------------------------*/
.postbody {
padding: 0;
line-height: 1.48em;
color: #ededed;
width: 76%;
float: right;
clear: both;
}
.postbody .topic-title {
font-size: 1.5em;
padding: 2px 0 0 0;
margin: 0 0 0.3em 0 !important;
text-transform: none;
border: none;
font-family: Verdana,Arial,Helvetica,sans-serif;
line-height: 125%;
color: #ededed;
font-weight: bold;
}
.postbody .content {
font-size: 1.3em;
}
.postbody ul.profile-icons {
float: right;
width: auto;
padding: 0;
margin-right: 45px;
}
.postbody ul.profile-icons img {
cursor: pointer;
}
.postbody ul.profile-icons li {
margin: 0 3px;
}
.postbody h3 img {
vertical-align: bottom;
}
* html .postbody h3 img {
vertical-align: middle;
}
.search .postbody {
width: 68%;
}
.search .postbody ol,.search .postbody ul {
margin-left: 1.8em;
}
#cp-main .postbody p {
font-size: 1.1em;
}
#cp-main .postbody h3 {
margin-top: 0;
}
.content {
color: #ededed;
min-height: 3em;
overflow: hidden;
line-height: 1.4em;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 1em;
}
.content blockquote {
color: #99ff33;
}
.content p {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 1.2em;
margin-bottom: 1em;
line-height: 1.4em;
}
.content li {
list-style-type: inherit;
}
.content ul, .content ol {
margin-bottom: 1em;
margin-left: 3em;
}
ob1
ob1
Forumember

Male Posts : 60
Reputation : 0
Language : english
Location : San Diego Ca

http://www.gravitypirates.dust.tv

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by SLGray January 12th 2013, 10:31 pm

Sorry, I meant the CSS for forumtitle for both forums.


Thmes don't match 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by ob1 January 13th 2013, 2:44 am

SLGray wrote:Sorry, I meant the CSS for forumtitle for both forums.
Where would I find that? Do I need to comb through the whole CSS for it, or is there a better way?
ob1
ob1
Forumember

Male Posts : 60
Reputation : 0
Language : english
Location : San Diego Ca

http://www.gravitypirates.dust.tv

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by Sanket January 13th 2013, 5:29 am

Display>Colors
Css
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by ob1 January 13th 2013, 5:45 am

On gravitypirates:

a.forumtitle {
color: #73db0a;
font-family: Verdana,Arial,Sans-serif;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
}
a.forumtitle:hover {
color: #99ff00;
text-decoration: underline;
}
a.forumtitle:active {
color: #b3f42f;
}


On GP:

a.forumtitle {
color: #73db0a;
font-family: Verdana,Arial,Sans-serif;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
}
a.forumtitle:hover {
color: #99ff00;
text-decoration: underline;
}
a.forumtitle:active {
color: #b3f42f;
}
ob1
ob1
Forumember

Male Posts : 60
Reputation : 0
Language : english
Location : San Diego Ca

http://www.gravitypirates.dust.tv

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by Sanket January 13th 2013, 5:49 am

Display>Colors
Do all the colors match etc?

Also, the codes you added on the original site, do they match?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by ob1 January 13th 2013, 6:04 am

Sanket wrote:Display>Colors
Do all the colors match etc?

Also, the codes you added on the original site, do they match?

Colors are the same, and the codes are copy/pasted...same.
ob1
ob1
Forumember

Male Posts : 60
Reputation : 0
Language : english
Location : San Diego Ca

http://www.gravitypirates.dust.tv

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by Sanket January 13th 2013, 6:54 am

Sorry, but you will need to tell us for each position what you want it to be. Its really difficult otherwise even after you copying the exact same css codes.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by ob1 January 13th 2013, 7:07 am

Sanket wrote:Sorry, but you will need to tell us for each position what you want it to be. Its really difficult otherwise even after you copying the exact same css codes.

don't understand. "Positions?" I posted up the edited part of my CSS in this thread above.
ob1
ob1
Forumember

Male Posts : 60
Reputation : 0
Language : english
Location : San Diego Ca

http://www.gravitypirates.dust.tv

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by Sanket January 13th 2013, 7:11 am

As in what part in the theme, like reducing some font size etc.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by SLGray January 13th 2013, 5:07 pm

Do you have the yes box check for optimize the CSS which is at the bottom of the CSS Stylesheet?


Thmes don't match 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Thmes don't match Empty Re: Thmes don't match

Post by ob1 January 14th 2013, 4:33 pm

Sanket wrote:As in what part in the theme, like reducing some font size etc.
Everything from font, to icons, banner, etc, is bigger on the gravitypirates forum. Not sure what can cause this...but everything is smaller on GPeast.

SLGray wrote:Do you have the yes box check for optimize the CSS which is at the bottom of the CSS Stylesheet?
Yes, both are optomized. I just tried unchecking the boxes on both to see if it changed anything. No dice.

Any other ideas? What's odd is that the general font is even listed as size 11 on both forums...yet is not the same size. What could be causing this??????
ob1
ob1
Forumember

Male Posts : 60
Reputation : 0
Language : english
Location : San Diego Ca

http://www.gravitypirates.dust.tv

Back to top Go down

Back to top

- Similar topics

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