Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • tphmedia Friend
    #155650

    HELP! 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.


    1. MGSite
    aman204 Friend
    #360342

    You 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 Friend
    #360355

    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

    tphmedia Friend
    #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 Friend
    #360357

    It 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 🙂

Viewing 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