Need Help Centering Subscription Box

Discussion in 'HTML & Website Design' started by gmr324, Apr 5, 2011.

  1. #1
    I was hoping someone could tell me the code adjustments I need to make in my sidebar.php file to get the subcription box centered within my sidebar. I beleve the width of the subscription box will fit but it just needs to be shifted left a little. I just want it centered and appearing the same in IE and FF browsers.

    The site is www . trendyshoeshop . com

    Thanks

    George
     
    gmr324, Apr 5, 2011 IP
  2. shahilroyhere

    shahilroyhere Well-Known Member

    Messages:
    189
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    130
    #2
    Actually this is not the problem of your subscription box and has nothing to with your sidebar.php. Your whole sidebar doesn't look right.
    Just do this and all the headings in the sidebar will also look good.

    Open up your style.css file, go to line no. 177 and you will find this -

    .right .bg_t {background:url(images/bg_right_top.gif) top left no-repeat; padding:30px 30px 20px 29px;}


    Replace this line with the following -

    .right .bg_t {background:url(images/bg_right_top.gif) top left no-repeat; padding: 30px 0 20px;}

    This will solve the problem.
    Let me know.


    Regards,
    Acmeous.
     
    shahilroyhere, Apr 5, 2011 IP
  3. gmr324

    gmr324 Active Member

    Messages:
    205
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #3
    Hi Acmeous,

    That revision in the stylesheet seemed to solve the problem and improve the layout in IE and FF.

    Thanks Again

    George
     
    gmr324, Apr 5, 2011 IP
  4. drewtoby

    drewtoby Well-Known Member

    Messages:
    763
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #4
    For future reference, html is horrible when it comes to formats. That is for css :)
     
    drewtoby, Apr 5, 2011 IP