I'd like to add some leading between the lines on the home page. I know that's a CSS thing, but I'm not fluent in CSS. Where do I find the code for that and how do I adjust it? Thanks.
Best Answer James B , 28 December 2012 - 12:12 AM
Hi there,
In order to find the name of the element you want to alter using css we advise you use a tool called firebug or chrome's inbuilt developer tools. You can find a tutorial and overview on using css within the framework here - http://www.pagelines...wiki/Custom_CSS to remove spacing between elements on the site you'll probably need to adjust the padding/margins, an example of which is below.
#foo {padding:0;}
For more information on css check out - http://www.w3schools.com/css/
Go to the full post
Posted 27 December 2012 - 11:52 PM
I'd like to add some leading between the lines on the home page. I know that's a CSS thing, but I'm not fluent in CSS. Where do I find the code for that and how do I adjust it? Thanks.
Posted 28 December 2012 - 12:12 AM Best Answer
Hi there,
In order to find the name of the element you want to alter using css we advise you use a tool called firebug or chrome's inbuilt developer tools. You can find a tutorial and overview on using css within the framework here -
to remove spacing between elements on the site you'll probably need to adjust the padding/margins, an example of which is below.
For more information on css check out -
Posted 21 January 2013 - 06:03 PM
Thank you.
PageLines Framework →
Customizations →
header image trough header+contentStarted by helvetik_a , Yesterday, 11:37 AM |
|
|
||
PageLines Framework →
Customizations →
Custom BrandNavStarted by Jarrod H , 17 May 2013 |
|
|
||
Customizing AccordionStarted by mudgal , 17 May 2013 |
|
|
||
PageLines Framework →
Technical Support →
Left margin on content is clearedStarted by sierrapat , 15 May 2013 |
|
|
||
CSS helpStarted by lroberts00 , 13 May 2013 |
|
|