Current date/time is March 28th 2024, 10:05 pm

Search found 3 matches for mpage-body

css code for mobile , changes classic version

Ange Tuteur wrote:For certain CSS rules that affect the desktop version also, I recommend adding the id #mpage-body before the selector set.
by SLGray
on November 3rd 2015, 4:04 am
 
Search in: Garbage
Topic: css code for mobile , changes classic version
Replies: 4
Views: 761

css code for mobile , changes classic version

Hi @mcdk,

For certain CSS rules that affect the desktop version also, I recommend adding the id #mpage-body before the selector set. For example :
Code:
#mpage-body .post {
    padding: 0!important;
    line-height: 170%!important;
    margin: 0px;
    font-size: 12px!important;
    background: transparent!important;
}
#mpage-body .postbody .content {
    position: relative;
    padding: 15px!important;
    word-break: break-all;
    -moz-hyphens: auto;
    font-size: 12px!important;
    color: #555!important;
    line-height: 170%!important;
  background: #FFF!important;
}
by Ange Tuteur
on November 2nd 2015, 8:20 pm
 
Search in: Garbage
Topic: css code for mobile , changes classic version
Replies: 4
Views: 761

[IMPORTANT] Mobile Version: Modification of the ID page-body in the CSS

Good morning,

Hi I created a topic with a question about this before but have not yet set the code, I just looked at the direction I wrote down in my notebook and also re read this, I am a little confused is all, I know I enter the code at the top of the page in the box Ape told me thankfully:)

But, above it states to only add the "m" what does that mean? 

Do I add the whole code = #mpage-body
Or do I add just the " m "   ? in the box at the top?

Thanks have a good day and thank you for all your patience?

Jan
by jan4jam
on May 19th 2015, 1:51 pm
 
Search in: Updates and new features
Topic: [IMPORTANT] Mobile Version: Modification of the ID page-body in the CSS
Replies: 10
Views: 5786

Back to top

Jump to: