Not Solved Private Message Layout Broken in Mobile Devices
#11
Not Solved
(2020-05-18, 04:12 PM)ARx182 Wrote:
(2020-05-18, 03:07 PM)Hacker007 Wrote:
(2020-05-18, 02:41 PM)ARx182 Wrote:
(2020-05-18, 12:48 PM)Hacker007 Wrote:
(2020-05-18, 12:23 PM)ARx182 Wrote: You can add anywhere in the global.css. You’re creating divs not changing them so you do not need to replace anything. Smile

Yeah it's ok in Android now Big Grin Smile Smile but still broken css in iPhone Huh

Refresh your cache on iPhone. Works for me.

Tried in different browser also....all same is there any force refresh for iphone like Ctrl+F5 in PC???

Clear history on iPhone. I think it also clears your cache.

Tried even on Firefox focus still same....could you please post screenshot of yours as you saying yours is ok so then I can compare what's lack in mine Undecided Smile Smile Toungue
Edit : Screenshot of Firefox Focus


Attached Files Thumbnail(s)
   
Reply
#12
Not Solved
Replace the code I told you to add to global.css with this:

#ucp {
  float:right; 
  width:86%;
	
}
#ucpnav { 
	float: left;
	width:13% ;
}

@media screen and (max-width: 768px) {
    #ucp { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
	width:100%;
 }

   #ucpnav {
   width: 100%;
 }
}

The problem may have been because your screen on Firefox is wider so it did not class it as a mobile device therefore the sidebar was not responsive. If that was the issue, this should fix it. If not, refresh your history/cache on the browsers it does not work on.
Reply
#13
Not Solved
(2020-05-18, 05:10 PM)ARx182 Wrote:
(2020-05-18, 04:57 PM)Hacker007 Wrote: Tried even on Firefox focus still same....could you please post screenshot of yours as you saying yours is ok so then I can compare what's lack in mine Undecided Smile Smile Toungue

I have shared screenshots above. Works fine for me on Safari, IE and Chrome. Clear your history/cache on the browsers it does not work on.


you post your site but mine is different Rolleyes

(2020-05-18, 05:10 PM)ARx182 Wrote: Replace the code I told you to add to global.css with this:

#ucp {
  float:right; 
  width:86%;
	
}
#ucpnav { 
	float: left;
	width:13% ;
}

@media screen and (max-width: 768px) {
    #ucp { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
	width:100%;
 }

   #ucpnav {
   width: 100%;
 }
}

Already did at the end of global.css Sad
Reply
#14
Not Solved
(2020-05-18, 05:13 PM)Hacker007 Wrote:
(2020-05-18, 05:10 PM)ARx182 Wrote:
(2020-05-18, 04:57 PM)Hacker007 Wrote: Tried even on Firefox focus still same....could you please post screenshot of yours as you saying yours is ok so then I can compare what's lack in mine Undecided Smile Smile Toungue

I have shared screenshots above. Works fine for me on Safari, IE and Chrome. Clear your history/cache on the browsers it does not work on.


you post your site but mine is different Rolleyes

(2020-05-18, 05:10 PM)ARx182 Wrote: Replace the code I told you to add to global.css with this:

#ucp {
  float:right; 
  width:86%;
	
}
#ucpnav { 
	float: left;
	width:13% ;
}

@media screen and (max-width: 768px) {
    #ucp { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
	width:100%;
 }

   #ucpnav {
   width: 100%;
 }
}

Already did at the end of global.css Sad

Replace that code I sent you earlier with the one I just sent you now.
Reply
#15
Not Solved Thumbs Up 
(2020-05-18, 05:16 PM)ARx182 Wrote:
(2020-05-18, 05:13 PM)Hacker007 Wrote:
(2020-05-18, 05:10 PM)ARx182 Wrote:
(2020-05-18, 04:57 PM)Hacker007 Wrote: Tried even on Firefox focus still same....could you please post screenshot of yours as you saying yours is ok so then I can compare what's lack in mine Undecided Smile Smile Toungue

I have shared screenshots above. Works fine for me on Safari, IE and Chrome. Clear your history/cache on the browsers it does not work on.


you post your site but mine is different Rolleyes

(2020-05-18, 05:10 PM)ARx182 Wrote: Replace the code I told you to add to global.css with this:

#ucp {
  float:right; 
  width:86%;
	
}
#ucpnav { 
	float: left;
	width:13% ;
}

@media screen and (max-width: 768px) {
    #ucp { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
	width:100%;
 }

   #ucpnav {
   width: 100%;
 }
}

Already did at the end of global.css Sad

Replace that code I sent you earlier with the one I just sent you now.

worked without the creapy css....don't know why and how...it worked only with the html only after removing the css part Cool so sorry your proposal won't worked which you offered in PM Big Grin Big Grin Wink Toungue .....now all fine and thanks for the html only Big Grin Big Grin Wink Shy


Attached Files Thumbnail(s)
   
Reply
#16
Not Solved
(2020-05-18, 07:44 PM)Hacker007 Wrote:
(2020-05-18, 05:16 PM)ARx182 Wrote:
(2020-05-18, 05:13 PM)Hacker007 Wrote:
(2020-05-18, 05:10 PM)ARx182 Wrote:
(2020-05-18, 04:57 PM)Hacker007 Wrote: Tried even on Firefox focus still same....could you please post screenshot of yours as you saying yours is ok so then I can compare what's lack in mine Undecided Smile Smile Toungue

I have shared screenshots above. Works fine for me on Safari, IE and Chrome. Clear your history/cache on the browsers it does not work on.


you post your site but mine is different Rolleyes

(2020-05-18, 05:10 PM)ARx182 Wrote: Replace the code I told you to add to global.css with this:

#ucp {
  float:right; 
  width:86%;
	
}
#ucpnav { 
	float: left;
	width:13% ;
}

@media screen and (max-width: 768px) {
    #ucp { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
	width:100%;
 }

   #ucpnav {
   width: 100%;
 }
}

Already did at the end of global.css Sad

Replace that code I sent you earlier with the one I just sent you now.

worked without the creapy css....don't know why and how...it worked only with the html only after removing the css part Cool so sorry your proposal won't worked which you offered in PM Big Grin Big Grin Wink Toungue .....now all fine and thanks for the html only Big Grin Big Grin Wink Shy

Haha no problem.
Reply
#17
Not Solved
please someone close this as the problem solved Smile
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)