willem0
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: New Blog post only visible for me as logged in userMaybe it was a cache-problem?
Forum: Fixing WordPress
In reply to: New Blog post only visible for me as logged in userI’m not logged in, however the Egg-cup-post is visible for me, also as part of the homepage. So what’s the problem?
At what time did you schedule the publication?Forum: Fixing WordPress
In reply to: Twenty Seventeen Gallery – Remove spaces between imagesI don’t see any spaces between your 8 gallery-items. The whiter images have white borders, but those borders don’t be spaces.
However the 3-column-table at the end with two bottles is badly aligned and badly bordered. How and where is the class ‘tg’ defined?Forum: Fixing WordPress
In reply to: Bullets donot allign with the textI think it didn’t work, because your Additional custom.css is now:
<style type=”text/css” id=”wp-custom-css”>
.single .instagram-media.instagram-media-rendered {
margin: 0 auto 12px !important;
width: 100%;
}
li {margin-left: 22px;}
</style>The first margin=0 will have caused the troubles. Now (for li) this is overwritten by 22px.
Forum: Fixing WordPress
In reply to: wp:paragraph adding nbspYou’re welcome.
Life is sometimes simple but not always easy.Forum: Fixing WordPress
In reply to: wp:paragraph adding nbspProbably this is caused by copy & paste.
What is the source of the original content and how do you copy it into WordPress?(For example: see https://www.drupal.org/project/ckeditor/issues/1896568)
Forum: Fixing WordPress
In reply to: Bullets donot allign with the textI see you’ve solved the problem in the meantime by
li {margin-left: 22px;}
in Additional CSS. So it works.Forum: Fixing WordPress
In reply to: how can i change the margins of my pageI do withdraw my reaction (about the body-style). It is too rough and too simple; applies at most to PCs, not for tablets and smartphones
Forum: Fixing WordPress
In reply to: how can i change the margins of my pageTry for example: add:
body {margin: 0 100px;}
to Appearance > Customizer > Additional CSS
Forum: Fixing WordPress
In reply to: Bullets donot allign with the textRemarkable.
For me it works, when I add it at the end of the file 2f429.css, after h4 {…}
Try Appearance > Theme Editor > Look for 2f429.cssForum: Fixing WordPress
In reply to: Button linksMust be:
Dashboard > Appearance > Customizer > Additional CSS
Forum: Fixing WordPress
In reply to: text/xml+oembed broken linkWrong. Both links seem to be the same.
Forum: Fixing WordPress
In reply to: Bullets donot allign with the textTry to add:
li {margin-left: 22px;}
By: Dashboard > Appearance > Customizer > Additional CSS
- This reply was modified 4 years, 7 months ago by willem0.
Forum: Fixing WordPress
In reply to: Add paragraphs to list items breaks alignementYou wrote:
“However when i press “enter” it adds next point in the list, on manually removing unwanted point the alignment of new paragraph breaks!!”Try: “Shift-Enter”, not “Enter”.
Forum: Fixing WordPress
In reply to: embedded google calendar too smallTo correct the title “Calendar”:
What about:.page-id-234
.site-content .entry-header,
.site-content .entry-content {
max-width: 800px;
}Or maxwidth: 100%, or whatever you want.