Is it possible to slightly modify the layout of an existing website so it will more flexible and adjust to various viewing devices?
The visual display of many WordPress website elements can be changed to have a more flexible dimension. Usually the way this is done is by changing the fixed dimensions, measured in pixels, to variable dimensions, measured as a percentage of the total width of the website layout or in units called an em. But just changing everything to a percentage or ems does not immediately solve all issues. Other website design control can be done using the @media selector. Continue reading “Be more responsive”