Jump to content

I like the new mobile site, it is very good to use!


kira

Recommended Posts

  • 1 month later...

Looks really good on mobile, have very tiny layout suggestions:

- Center social media buttons for screens <768px like the content  below them (<ul> will need an id for this as classes affect other elements), also add some vertical padding for my taste

- Stick the slider textbox to the bottom and reduce span padding  (looks weird on mobile if somewhere in the middle for my taste and padding blocks too much space)

@media (max-width: 767px) {
  .ipsList_inline ipsList_noSpacing ipsClearfix /*use id selector instead*/ {
	text-align: center;
  }
}
.ipsList_inline ipsList_noSpacing ipsClearfix /*use id selector instead*/ {
  padding: 10px 0;
}

@media (max-width: 767px) {
  .home_rotating_image_overlay {
    bottom: 0;
  }
  .home_rotating_image_overlay > span {
    padding: 5px 10px;
  }
}

 

 

Edited by lawANDorder
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...