Jump to content

iOS tweaking


Davallen

Recommended Posts

Hi,

 

My website www.baboony.dk looks a bit odd on iOS devices and hope that someone could point me in the right direction to tweak it properly.

 

As you can see on the image, there is no padding on the left side of the content and the top blue bar with USP's, is not going all the way to the edge to the right, the text next to the last two icons is also being pushed down.

 

post-238080-0-50507200-1385999527_thumb.png

 

Thanks for your help

Edited by Davallen (see edit history)
Link to comment
Share on other sites

Hi Dav ;-)

Body is too small, and blue clips on body. Set to 1199, like the other widths in global.css.

wrapping text seems be be okay then as well, you can add some padding here as well, but as blue bar fills full screen maybe not necessary.

/themes/Umut/css/global.css:

body{
    background: #fafafa;
    font:normal 13px/14px Helvetica, Verdana, sans-serif;
    color:#282d31;
    /*background:#ebebeb;*/
    width: 1199px;
    margin-left:10px;
    margin-right:10px;
}

 

pascal.

Link to comment
Share on other sites

Hi Pascal,

 

Thanks, but if the body has a fixed size, the blue bar will stay within the div, I removed the fixed size so the blue goes all the to both sides and fills it up. Now I just need to fix the missing part on the right side and the padding from both sides, other than that, it looks good.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...