Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Adapting existing site to be Responsive Web


Go to End


2 Posts   648 Views

Avatar
Ajgal

Community Member, 1 Post

10 February 2014 at 10:52pm

Hi there,

I am a Silverstripe newbie, but know my way around HMTL & CSS and have recently studied Responsive Web Design.
I am wondering how I go about making an existing non-response/ mobile un-friendly website responsive?

I have access to the websites CMS, but not to the Templates yet (I am waiting on access) - Am I right in understanding that the HTML cannot be edited via the CMS?

Any advice/info/tips are greatly appreciated!

Thanks :)

Avatar
Willr

Forum Moderator, 5523 Posts

11 February 2014 at 6:58pm

HTML cannot be edited through the CMS. The idea with responsive is you use the same markup between desktop / mobile so to make a SilverStripe site responsible, the very least you need to do is add your responsive css as you would any normal website. Nothing is SilverStripe specific with responsive (unless you want 2x content images).