Sure thing, do you have a URL I could take a look at?
Thread Starter
droyed
(@droyed)
Hi @justinscheetz,
Here a staging site that you could look at: https://s-qnrrkty4h3nfl.eu1.wpsandbox.org/resume/
Also, are you planning to input different icons for social links?
This custom CSS should fix that for you:
.rb-template-default section.rbt-header { padding:0; }
And yes, I do plan on adding social links soon!
Thread Starter
droyed
(@droyed)
Hi @justinscheetz
Thanks a lot for this! It did reduce the extra spacing on top but there is still a bit more left. Is there anything else that may be done?
Also, will this custom CSS affect all my pages? How do I insert it on just the resume page?
Nope, it won’t effect anything else because the CSS is targeting the resume template. To fix the additional spacing:
.rb-template-container { padding:0; }
Keep in mind that this CSS will probably override any padding you add to the resume from the resume builder (Styling Options).