larsdirchsorensen
Forum Replies Created
-
Hi Agapi,
Thank you for your fast response.
And thanks for confirming that i didnt miss anything in the manual.Have a great day,
LarsForum: Fixing WordPress
In reply to: Linking Post to a Clickable Featured ImageHave you fixed your issue with the links ?
I have the same sort of challenge. I use a page on the frontpage with a thumbnail/featured image and the users ask: “Why can’t I click on the image and jump to the relevant page? Well … let me tell you… I dont know 🙂I found this article on wordpress.org but the link works only when you are on the page itself and not when the page is used as part of the frontpage:
https://wordpress.org/support/topic/making-the-featured-image-clickable/Regards
(nice music site btw)
Forum: Themes and Templates
In reply to: [Cakifo] How to adjust height of header and footer?This topic is resolved but for (at least) one of the lesser wordpress minds the solution dont stand so clear to me.
It seems the solution was to edit style.min.css directly but the author of the theme dont not condone this.
So … what is the right solution then?
I have tried to overwrite in the style.css file in section .site-header as well as adding a section #branding. Neither of these edits seem to work.Edit 1: Changed padding to 10px:
.site-header
{
padding: 10px 0 10px;
}Edit 2: Changed padding-top and -bottom to 1px (just to provoke some action):
/* Tilføjet #branding */
#branding {
padding-top: 1px
padding-bottom: 1px;
}Site: danmarkssamfundet.dk (currently down at the minute of writing due to the blessings of my provider surftown 🙂 )