mvrck
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Personalblogily] How to remove author link from the postHello, thanks for the reply. So basically the best way to do it is to add a CSS code, right?
What would be the hide code?Forum: Themes and Templates
In reply to: [Personalblogily] Remove link from featured imageHi, thanks for the reply.
Problem solved 🙂Yeah you must be right about the developer, but in this phase my site is really just starting up, and I almost configured everything according to my liking, I think I’ll manage for now 🙂
I’ve rated the teme and will consider buying it.Cheers
Forum: Themes and Templates
In reply to: [Personalblogily] How to reduce header marginsHi, thanks for the prompt answer 🙂
I’ve put following code (found it somewhere, I’m not into coding so doing trial and error):
@media screen and (min-width: 896px) { /* Decrease Header Height */ .sticky-header .site-content { padding-top: 20px !important; } .site-branding, .main-navigation { margin-top: -1.5em; } .site-header { padding-bottom: -0.5em; } /* Decrease Footer Height */ .site-footer { padding-bottom: 0.5em; padding-top: 0.5em; } }margin-top: -1.5em; – this seems to control only lower margin and only on PC, not on mobile. I can’t find a way to reduce upper margin though.
Furthermore on this topic
https://wpexplorer-themes.com/total/docs/header-padding/
I’ve found that those controls could be incorporated into Theme Customize menus, very handy.- This reply was modified 6 years, 2 months ago by mvrck.