Hello janmattys,
I have reviewed your website and found that the issue is due the margin of span which is CSS related so Need to make a change in your theme css file but first it will be better check whether in theme option setting is their option for adding custom css because if write in style.css directly it will get removed in future after the theme update.
IF their is no option for adding the custom css in theme please installed and activate below plugin and put below css code in plugin setting option.
https://wordpress.org/plugins/simple-custom-css/
body [class*="span"] {
margin-left: 25px;
}
Thanks
See post below this one 🙁
Added your code in Custom CSS and it worked wonders! Thankyou!
Just one quick question: is it possible that it originally showed 3 in line and AFTER switched to 2+1?
Because I am pretty sure I never changed anything and I am also pretty sure that, when I started creating the site some days ago, it had all three in a line. So I wonder what must have happened, if now I need additional Custom CSS to get the same thing that, worked without any additional CSS before.
I already have some Custom CSS, but I am 100% confident it’s not that that’s creating the problem (I deleted it and still the problem persisted).
Anyway, thanks for your help! You’re awesome.
UPDATE: the problem persists. I copied the code in Custom CSS and the preview showed all three featured pages in a line, so I came back and thanked yuou for it. (see post above)
Then I clicked save, closed the customize panel… and it reverted back to 2+1 (and the custom CSS
body [class*=\"span\"] {
margin-left: 25px;
}
is still there.
Help again? ^^
Yes it keeps doing this: every time I copy/paste your code in my Custom CSS the preview shows three featured pages in line.
Then I click “Save and Publish”.
As soon as I close the customization panel and go back to the site, though, it reverts back to 2+1.
Update:
I noticed now that
body [class*="span"] {
margin-left: 25px;
}
(which is your code)
and
body [class*=\"span\"] {
margin-left: 25px;
}
which is the code I see in Custom CSS after I click “Save and Publish”
…are different
It seems that there’s something wrong going on.