Simply wondering what code I could use for the entire body to be moved down a certain number of px (working on the site
Thanks!
Best Answer Rob , 13 January 2013 - 03:43 PM
If you go to Dashboard > PageLines > Site Options > Custom Code in the CSS Rules area, the first, default line is
body {}
Between the curly brackets, if you add margin-top: 40px; it will move the body of the site down by 40px. Change that to any measure you wish, however, it will likely render your site unresponsive for mobile devices.
If you need responsiveness, use a percentage in place of the pixel value, like 2.1%.
Go to the full post
Posted 13 January 2013 - 02:03 PM
Simply wondering what code I could use for the entire body to be moved down a certain number of px (working on the site
Thanks!
Posted 13 January 2013 - 03:43 PM Best Answer
If you go to Dashboard > PageLines > Site Options > Custom Code in the CSS Rules area, the first, default line is
body {}
Between the curly brackets, if you add margin-top: 40px; it will move the body of the site down by 40px. Change that to any measure you wish, however, it will likely render your site unresponsive for mobile devices.
If you need responsiveness, use a percentage in place of the pixel value, like 2.1%.
Posted 13 January 2013 - 05:19 PM
Thanks for your swift reply! I went for %!
PageLines Framework →
Customizations →
header image trough header+contentStarted by helvetik_a , Today, 11:37 AM |
|
|
||
PageLines Framework →
Customizations →
Custom BrandNavStarted by Jarrod H , Yesterday, 11:58 PM |
|
|
||
Customizing AccordionStarted by mudgal , Yesterday, 12:00 PM |
|
|
||
PageLines Framework →
Technical Support →
Left margin on content is clearedStarted by sierrapat , 15 May 2013 |
|
|
||
CSS helpStarted by lroberts00 , 13 May 2013 |
|
|