henry0w
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: delete/ undo indentRe-hello @corrinarusso,
I tried to figure out your suggestion – it somehow won’t work. The bizzarre thing is, I did not create a child, but that’s what’s indicated. Do you happen to know what might be the reason for this? All the best, Henry
Forum: Everything else WordPress
In reply to: delete/ undo indentThank you for the idea, unfortunately it’s not working ;-(
Anyhow, have a nice weekend & best, Henry
Forum: Everything else WordPress
In reply to: gutenberg edito’s infobox: zoom in on images possible?Hi George,
thanks for your reply! Ah, yes, you are absolutely right, this must be related to another plugin – no idea which one. Would a list of my plugins be of any help? I am running the following: “better search replace”, “duplicate page”, “everest-forms”, “options for twenty-twenty-one”, “polylang”, “spectra” and “yoast seo” – any suggestion? Thanks for your kind support!!!
Forum: Fixing WordPress
In reply to: Blocked loading mixed active content / imageah, I was wondering what to do tomorrow, no I know π Perfect, thanks very much!!!!
Forum: Fixing WordPress
In reply to: Blocked loading mixed active content / imageHey @kuckovic ,
wow, thank you so much, that worked perfectly! I still don’t understand the issue a 100% (how come there was http and not https), but that’s work for another day π
Thanks very much & all the best, Henry
Forum: Fixing WordPress
In reply to: impossible to center logo – due to custom css?Wow, thank you VERY MUCH!!! That’s what I have been looking for!
Can I ask you one more question: do you also happen to have the answer to why the space between the menu and the text/ body changes from page to page? ie on the about-page the text starts directly below the menu, on exhibition there s more distance between, and on visitors and artists even more .. Anyhow, thank you very much for your kind support!!! Best, Henry
Forum: Fixing WordPress
In reply to: impossible to center logo – due to custom css?the only other modification I made was using the additional css in the customizer adding
.site-branding {
text-indent: -99999px;
height: 0;
width: 0;
}nav#site-navigation {
margin-left: auto;
margin-right: auto;
}Forum: Fixing WordPress
In reply to: impossible to center logo – due to custom css?I made some “changes” by playing around and I guess those changes must have gotten saved unwillingly. I de-installed and re-installed the plugin, but it goes back to the changes I made (which are somehow not trackable ;-( Would you suggest another plugin?
Forum: Fixing WordPress
In reply to: impossible to center logo – due to custom css?Forum: Fixing WordPress
In reply to: impossible to center logo – due to custom css?Hi @psykro
thank you very much for reply! Well, I actually wanted to adjust to theme a bit and stumbled upon the custum-css-plugin, which allowed me to easily center the text – but which also deplaced the logo. Here’s the CSS-info that now runs on my site – I tried to find the lines responsible for the logo, but well, being fairly new,…. Any suggestions? Best, Henry
masthead.site-header.has-logo.has-menu { text-align: right;
color: #998282;
font-style: normal;
padding: 15px;
padding-top: 50px;
} .entry-title {
display: none;
} .entry-header.alignwide {
border-width: 0px;
} .singular .entry-title {
font-size: 40px;
} .site-main > article > *:first-child {
text-align: left;
text-indent: 50px;
padding: 1px;
} .site-footer > .site-info .powered-by {
font-size: 0px;
} .entry-content p {
text-align: left;
} main.site-main { padding: 1px;
} .site-main > article > * {
margin-top: -20px;
} .site-logo .custom-logo {
margin-left: 0%;
} .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
margin-top: 10px;
}