PenciDesign Supporter replied
Hi,
1. Please go to Appearance → Customize → Logo & Header → Main bar & Primary Menu: change the font size of the menu at Font Size for Menu Items Level 1 & Font Size for Dropdown Menu Items.
2. Go to Appearance → Customize → Single Posts → General: you can make the default single post style here.
3. Go to Appearance → Customize → Logo & Header → Main bar & Primary Menu: make sure you uncheck Remove Border Bottom on The Header, or you can add this CSS to Appearance → Customize → Custom CSS:
#navigation .menu {
border-bottom: 1px solid gray;
}4. Please add this CSS to reduce the spacing bottom ads:.penci-google-adsense,
.penci-google-adsense-1,
.penci-google-adsense-2,
.penci-google-adsense.penci-google-adsense-footer {
margin-bottom: 10px;
}
Regards,
PenciDesign.