Jump to content

Durraiz

Members
  • Posts

    4
  • Joined

  • Last visited

Durraiz's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I've been thinking of a way to describe it in a simplified way but am having little luck the only thing i can do is resize the images for the banner but then i lose the look i am going for I want it to center on mobile platforms like it does on PC but instead it shifts to the left It goes <container> <content> <home_banner> <EDGE-11911357> the home banner
  2. Yes i was considering that and it would solve the problem on the pages but it does not solve the problem for the main page banner
  3. Hello everyone i made this site for a client and im using a new standard to create the site so there are some issues with itThe one i wanted to address was that i created the banner content for the home page (and smaller banners for other pages) to be 2000px in length in order to have a clearer feel on larger screensthis works for every computer and mac screen however when you switch to the phone or any tablet, the tablet browser registers it as content and scales the page in a very odd fashionI have attached both screenshots so you can see the problem but the address is: mrmartusa.comMy goal is to make it appear centered on mobile platforms just as it is on PCthe way i get it to stay this way is through the following CSS code: (page banner then home banner respectively) It's not the width because the home page has a width of 970 while the other one has 2000 yet they are both having that problem.bannerimage{position:absolute;left:0px;width:2000px;z-index:-1;}.home_banner{width:970px;margin:0px 5px 5px 5px;padding:0px 5px 5px 5px;float:left;height:400px;z-index:-1;}Thank you everyone very much for your help in advance!PC: PHONE:
×
×
  • Create New...