CallumMac
-
Posts
2 -
Joined
-
Last visited
Reputation Activity
-
CallumMac got a reaction from Ziggy in Removal of white space banner to main content (v7.0 Bedford/ Bryant Hill)
Thannks @Ziggy - easy peasy! I had previously tried using the # but didnt get the correct keyword!
-
CallumMac reacted to Ziggy in Removal of white space banner to main content (v7.0 Bedford/ Bryant Hill)
You should be able to do this in the styles menu, but if not try this Custom CSS:
#page { padding: 48px 32px; } Change the first value (48px) to adjust the top/bottom padding, the second value relates to the left/right padding.