I recently had to recreate my blog and lost the previous header image which hadn’t been updated since previous version of Kubrick (which offered a custom header option in “Appearance” menu). New Kubrick 2014 has some instructions in the Editor coding selections but impenetrable for someone who knows only basic html. Can you advise me what SPECIFIC code to add to which SPECIFIC template (under Appearance >Editor > Templates) and WHERE in that template to place the added code, and WHAT code, if any, needs to be removed from the original template. Also, in WHICH FOLDER do I place the image in order for the blog to access it? Thank you if you can help!
]]>I would like to add a copyright notice to the bottom. I don’t see a place for that.
]]>Hi great theme. I noticed that a youtube video I posted on my blog didn’t resize properly on mobile devices.
I added the following code to my child-theme:
.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
max-width: 100%;
max-height: auto;
}
]]>
Hello,
After the theme update, all contents are not showing up on my site except for the custom header. I’m guessing it is not compatible with each other? Is there a way to resolve this?
Thank you.