We use cookies to ensure the best experience for you on our website. By using this website you accept our use of cookies. Ok Read more

Los Santos Roleplay Cops and Robbers
  • Home
  • Forum
  • Information
    • Beginners Tutorial
    • Server Rules
    • Privacy Policy
    • Server Map
  • Statistics
    • Top 25
    • Most Active
    • Server Stats
    • Top Score
    • Groups
    • Turf Stats
  • UCP
    • Dashboard
    • Profile
    • Messaging
    • Houses
    • Vehicles
    • Donation Items
    • Transfers
    • Tag Area
    • Support
    • Logs
  • Shop
    • Shop page
    • Donation items
    • Wearables
    • Memberships
    • Vehicle Addons
    • Vehicles
    • Houses
    • Apartments
    • Groups
    • Get Points
  • Donate
  • Game (UCP) Sign in
Lsrcr Forum • From web to responsive

Lsrcr Forum

Los Santos Roleplay Cops and Robbers
https://ls-rcr.com/forum/

From web to responsive

https://ls-rcr.com/forum/viewtopic.php?t=76128

Page 1 of 1

From web to responsive

Posted: September 14, 2016, 8:16 am
by CresP
So I have a website but it's only for web browser. More and more people joining my website with a mobile devices.

How to simply remake css file to responsive web page?

Is there any online tools?

Re: From web to responsive

Posted: September 14, 2016, 8:34 am
by NotAnAdmin
Not tools, but you could hire someone.
I'm willing to do it! I won't be able to redesign it, but touch up here and there, make it a little responsive, that's right up my alley!

Re: From web to responsive

Posted: September 14, 2016, 12:42 pm
by CresP
Maybe I should try new responsive design then. :sunglasses:

Re: From web to responsive

Posted: September 14, 2016, 1:07 pm
by Jaker
[Lsrcr]CresP wrote:
Maybe I should try new responsive design then. :sunglasses:
link to ur site? if not here, send me it in PM

Re: From web to responsive

Posted: September 14, 2016, 1:08 pm
by NotAnAdmin
[Lsrcr]CresP wrote:
Maybe I should try new responsive design then. :sunglasses:
Hit me up with the link, I'll see what I can do

Re: From web to responsive

Posted: September 14, 2016, 4:13 pm
by 11PM
Dont code a website by yourself, you should use CMS (wordpress for example), unless its for learning purpose or you plan to build (turn it into) a web app.

CMS is much more secure and much more maintainable.

Other than that, google media quries and flex box. Should give you interesting content
Kurvo

Re: From web to responsive

Posted: September 14, 2016, 4:24 pm
by NotAnAdmin
11PM wrote:
Dont code a website by yourself, you should use CMS (wordpress for example), unless its for learning purpose or you plan to build (turn it into) a web app.

CMS is much more secure and much more maintainable.

Other than that, google media quries and flex box. Should give you interesting content
Kurvo
But why use a CMS to make something responsive? Rest of the part, I agree.

Re: From web to responsive

Posted: September 14, 2016, 5:27 pm
by Kissane
Very easy actually

Set a wrapper around the content like this:

Code: Select all
.wrapper {
width:100%;
max-width:1024px;
min-width: 200px;
}
Then this will scale down with your browser window if you set the viewport correctly like so
Code: Select all
<meta name="viewport" content="width=device-width, initial-scale=1">
Then you need to use @media in your css to style the mobile version.

Re: From web to responsive

Posted: September 15, 2016, 4:30 pm
by 11PM
NotAnAdmin wrote:
11PM wrote:
Dont code a website by yourself, you should use CMS (wordpress for example), unless its for learning purpose or you plan to build (turn it into) a web app.

CMS is much more secure and much more maintainable.

Other than that, google media quries and flex box. Should give you interesting content
Kurvo
But why use a CMS to make something responsive? Rest of the part, I agree.
Im not pointing to responsiveness only. But overall productivity and preferences. Its kind of useless if you ask me ;)

Re: From web to responsive

Posted: September 15, 2016, 4:36 pm
by NotAnAdmin
11PM wrote:
NotAnAdmin wrote:
11PM wrote:
Dont code a website by yourself, you should use CMS (wordpress for example), unless its for learning purpose or you plan to build (turn it into) a web app.

CMS is much more secure and much more maintainable.

Other than that, google media quries and flex box. Should give you interesting content
Kurvo
But why use a CMS to make something responsive? Rest of the part, I agree.
Im not pointing to responsiveness only. But overall productivity and preferences. Its kind of useless if you ask me ;)
Yeah, agree with that

All times are UTC
Page 1 of 1
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/