Hello,
I would like to have my page content and features closer together by removing the "dead" white space between the two.
See here for the large white space between my content and feature slides:
Thanks in advance.
Best Answer Danny , 10 March 2013 - 09:14 AM
Hi,
Like Batman suggested above, you will most likely need to reduce the padding for both sections. You can do this by inspecting each of your sections code by using Firebug or your browsers built-in web dev tools and inspect both sections content-pad element to find the correct code.
For assistance visit our custom CSS documentation - http://support.pagelines.me/docs/customization/custom-css/
Go to the full post
Posted 10 March 2013 - 02:52 AM
Hello,
I would like to have my page content and features closer together by removing the "dead" white space between the two.
See here for the large white space between my content and feature slides:
Thanks in advance.
Posted 10 March 2013 - 03:14 AM
Hi danaubakar
You can try add in
PageLines > Site Options > Custom Code > CSS Rules
or in
Pagelines Customize (plugin)
and
It is advisable to learn how to do this on your own too.
Check out
If you need more CSS help, make sure you've downloaded Firebug for Firefox
and check out W3 Schools for more info.
Posted 10 March 2013 - 09:14 AM Best Answer
Hi,
Like Batman suggested above, you will most likely need to reduce the padding for both sections. You can do this by inspecting each of your sections code by using Firebug or your browsers built-in web dev tools and inspect both sections content-pad element to find the correct code.
For assistance visit our custom CSS documentation -
Posted 15 March 2013 - 02:55 AM
Thank you, you both were very helpful