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.

Forum width issues - header repeating, etc with window resize

3 posters

Go down

Solved Forum width issues - header repeating, etc with window resize

Post by w1ngs0fate Sun 27 Jul - 6:01

Here is my current problem. On a larger monitor/higher resolution when the window size changes, the catagory titles remain in place and the header image repeats. How can I keep the catagory titles where they're suppose to be and the header centered without repeating?

Forum width issues - header repeating, etc with window resize Elpic01
Forum width issues - header repeating, etc with window resize Elpic02

I guess basically I'd want no-wrap, no-repeat.. I don't think the window should have to be smaller just to view the forum the way it's suppose to be.


Last edited by w1ngs0fate on Sun 27 Jul - 20:41; edited 1 time in total
w1ngs0fate
w1ngs0fate
Forumember

Posts : 50
Reputation : 3
Language : English
Location : Schaumburg, IL

http://etherealights.omgforum.net/

Back to top Go down

Solved Re: Forum width issues - header repeating, etc with window resize

Post by Saurus Sun 27 Jul - 6:18

Well, it would help if you had a link to the forum you're having the problem with. The one in your profile is for a different forum. Without knowing what CSS class is controlling the image in your cat bg's, it's hard to judge, but in general, you will see something like
Code:

.catbg {background-image: url(); background-repeat: no repeat;}
or something like that. Since you modified the codes to put the images there you should be able to find it easy enough and just add the "no repeat" to it.
avatar
Saurus
Forumember

Male Posts : 789
Reputation : 10
Language : english
Location : NY

http://sunrisers.forumotion.com

Back to top Go down

Solved Re: Forum width issues - header repeating, etc with window resize

Post by w1ngs0fate Sun 27 Jul - 7:41

ok, I'll give that a try. Thank you

here is the link (sorry I forgot that): http://etherealights.omgforum.net/

edit: actually how do I access the code for my layout?
So far I have been doing everything through the admin pannel. ie: display tab, styles and homepage
w1ngs0fate
w1ngs0fate
Forumember

Posts : 50
Reputation : 3
Language : English
Location : Schaumburg, IL

http://etherealights.omgforum.net/

Back to top Go down

Solved Re: Forum width issues - header repeating, etc with window resize

Post by zakir321 Sun 27 Jul - 18:58

Hello,

when I'm looking at the forum's theme, I noticed that the background is repeating as well. I advise you to use a fixed forum width with this theme, this will avoid several problems, like the repeating images. If you want, test out the following code - copy and paste it into "Display / Colors / CSS Stylesheet" and submit. Smile

Code:

body{
 background-image: url("http://hitskin.com/themes/10/35/26/i_background.jpg");
 background-repeat: repeat-y;
 background-position: center 0px;
 background-color: #a9f1ff;
 position: relative;
 left: -9px;
}
#wrap{width: 835px;}
avatar
zakir321
New Member

Posts : 0
Reputation : 2
Language : english

Back to top Go down

Solved Re: Forum width issues - header repeating, etc with window resize

Post by w1ngs0fate Sun 27 Jul - 20:45

That looks like it fixed it! Thank you both, Sunny and Saurus for your help Smile
w1ngs0fate
w1ngs0fate
Forumember

Posts : 50
Reputation : 3
Language : English
Location : Schaumburg, IL

http://etherealights.omgforum.net/

Back to top Go down

Back to top

- Similar topics

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