Best Answer Rob , 13 January 2013 - 06:32 PM
Actually, you should first install the Firebug add on for Firefox or use Chrome's Inspection Tool.
Then, when you've found the element you want to change, I'd recommend copying and pasting it to Dashboard > PageLines > Site Options > Custom Code in CSS Rules under the body {} tag (but not within it).
You'll find something like padding: 10px; which creates padding of 10px all around. You can adjust it to 0 (without px). Any value above 0 must have the px. See this link to learn more about CSS: http://www.w3schools.com/css/
Go to the full post
#1
Posted 14 September 2012 - 04:47 PM
Is there a fix to this problem?
In addition, the arrows are not displaying in IE. Everyone hates IE, but a few people still use it, is there a fix to this?
Site:
#2
Posted 14 September 2012 - 04:57 PM
I still would like to know if there is a solution to the arrows problem? Maybe even like just hiding the arrows if it's IE?
#3
Posted 14 September 2012 - 05:58 PM
#4
Posted 13 January 2013 - 04:41 PM
I have the same problem as Nicolaos, but I dont know where to add the padding.
Assume I have no knowledge what so ever, how do I add the padding if I'm using the pagelines customization plugin?
#5
Posted 13 January 2013 - 06:32 PM Best Answer
Actually, you should first install the
add on for Firefox or use Chrome's Inspection Tool.
Then, when you've found the element you want to change, I'd recommend copying and pasting it to Dashboard > PageLines > Site Options > Custom Code in CSS Rules under the body {} tag (but not within it).
You'll find something like padding: 10px; which creates padding of 10px all around. You can adjust it to 0 (without px). Any value above 0 must have the px. See this link to learn more about CSS:
#6
Posted 14 January 2013 - 09:10 AM
Thank you! After a little hunting I found the element, and it is now fixed ![]()











