css - How to Collapse Left Side Padding or Margin in Responsive Design Layout? -
Problem:
I am currently working on a- pdf template; I am relatively new to responsive design and I am having a problem with the following: I have a button at the bottom of the page which I am currently using a set margin-left value. However by doing so, the screen can be rescued from floating 'on all sides' during the shape again.
Target:
There is a solution that allows buttons to be centered horizontally
- Padding / Setting the above for Auto
- Thought of a terrific conceptual ghetto (I technically create the image by making the fluid button I can make a long white rectangle with it, thus resizingable)
(Object: Orange button near the squirrel):
I want to use media queries for I
. Original idea: Media (max-height: 600px)
) {.bottom-button {/ * styles} / @} @ media (minimum-height: 600px) {.bottom-button {/ * different styles}}
Comments
Post a Comment