This topic has 9 replies, 4 voices, and was last updated 8 years, 7 months ago by dhoop.
Viewing 10 posts - 1 through 10 (of 10 total)
Hi check below link of site
http://csrworks.com/Summit/index.php/speaker/
http://csrworks.com/Summit/index.php/speaker/rajesh-chhabara/
open on mobile or tablet speaker text showing on half page with right align on screen.
Attach screen shot for reference.

Open the responsive.css file
Find the following code in @media only screen and (max-width: 480px) and (min-width: 320px) { and in this also only screen and (max-width: 320px)
.speaker-right { padding-top: 30px; }
Add the following code
.speaker-right {
padding-top: 30px;
width: 100%;
}
Try refresh the page by pressing ctrl+f5. I have checked its working fine and perfectly aligned.
The topic is Solved via Skype Communication. But if you want to update this topic please reply here instead of creating another topic.
Viewing 10 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic.