Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Oct 2016 at 15:26 UTC
Updated:
5 Jan 2017 at 17:54 UTC
Jump to comment: Most recent
Comments
Comment #2
bamberjp commentedHi Randy,
I would start by determining which version of Drupal you are working with. You can do so by navigating to /admin/reports/status.
There are many responsive themes available on drupal.org, see https://www.drupal.org/project/project_theme. Depending on what you are trying to accomplish, you may be able to find a theme which fits your needs here.
To convert your existing theme, you will have to add styles with media queries defining the appearance of your site at various breakpoints. There is great documentation for this, see https://www.drupal.org/docs/7/theming or https://www.drupal.org/docs/8/theming (depending on your Drupal version).
To learn more about media queries, see http://www.w3schools.com/cssref/css3_pr_mediaquery.asp.
Hope this helps.
Comment #3
pixelsweatshop commentedClosing as @bamberj has given you a direction to check out. Next time, a question like this is better posted in the forums. https://www.drupal.org/forum
Also, please don;t assign issues to yourself. That is for who is actually working on the issue.
Good luck, Randy.