-
AuthorPosts
-
tphmedia Friend
tphmedia
- Join date:
- July 2009
- Posts:
- 139
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 17
- Thanked:
- 2 times in 1 posts
October 24, 2010 at 4:58 pm #155650HELP! Need to get the banner to center on a wide screen format. When displayed on a wide screen monitor the boxes do not stay the same size either!
NOTE: The image only shows the elements in question, not the problem. I do not have a wide screen monitor so I can’t snapshot it.
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
October 24, 2010 at 6:02 pm #360342You will notice some visual difference with different screen resolutions which apparently goes on for almost every site
Regarding banner, Can you please post the site link to take closer look
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
October 24, 2010 at 7:27 pm #360355Try change this::
div.banner-text {template.css (line 677)
background:url(“../images/text-banner-bg.jpg”) no-repeat scroll 0 0 transparent;
color:#FFFFFF;
font-family:Georga,”Times New Roman”,serif;
font-size:175%;
line-height:65px;
text-align:center;
}to
div.banner-text {template.css (line 677)
background:url(“../images/text-banner-bg.jpg”) no-repeat scroll 0 0 transparent;
color:#FFFFFF;
font-family:Georga,”Times New Roman”,serif;
font-size:175%;
line-height:65px;
text-align:center;
margin:0 auto;
width:700px;
}and adjust width value accordingly
tphmedia Friendtphmedia
- Join date:
- July 2009
- Posts:
- 139
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 17
- Thanked:
- 2 times in 1 posts
October 24, 2010 at 7:32 pm #360356<em>@aman204 200257 wrote:</em><blockquote>Try change this::
div.banner-text {template.css (line 677)
background:url(“../images/text-banner-bg.jpg”) no-repeat scroll 0 0 transparent;
color:#FFFFFF;
font-family:Georga,”Times New Roman”,serif;
font-size:175%;
line-height:65px;
text-align:center;
}to
div.banner-text {template.css (line 677)
background:url(“../images/text-banner-bg.jpg”) no-repeat scroll 0 0 transparent;
color:#FFFFFF;
font-family:Georga,”Times New Roman”,serif;
font-size:175%;
line-height:65px;
text-align:center;
margin:0 auto;
width:700px;
}and adjust width value accordingly</blockquote>
I don’t want to change the width of the banner, I want the banner to stay centered on the screen….even if the screen width changes. Right now, it is positioned to the LEFT on wider screens.
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
October 24, 2010 at 7:35 pm #360357It appears left for me even though I have tried it with varied screen resolutions due to which I had suggested this property also to be added::
margin:0 auto;
which would allow it to be centered along with corresponding width property 🙂
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by aman204 14 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Banner not centering and BOXES not staying the same size
Viewing 5 posts - 1 through 5 (of 5 total)