klsmn
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] unable to change block quote fontFor future reference: has been resolved by adding
blockquote p { ... }
with the necessary code. Thank you for your support!
Forum: Themes and Templates
In reply to: [Virtue] unable to change block quote fontI guess I was wrong, it’s working fine now, thanks for the suggestion!
At least I think the quotes are now using the correct font, which should be Open Sans, the same as the “normal” text. Only thing left is that the blockquote uses another font weight, I think Open Sans 300 and not the regular 400.Amending that in the custom css
blockquote { font-family: Open Sans, sans-serif; font-weight: 400; }
produces no effect. ??
Forum: Themes and Templates
In reply to: [Virtue] vertical text alignment in columnsthank you!
Forum: Themes and Templates
In reply to: [Virtue] vertical text alignment in columnsHey,
this would be it: https://klsmn.bplaced.net/wp1/gruppen/purzeltreff/it only happens when the first line of text in the column is a heading
Forum: Themes and Templates
In reply to: [Virtue] Content width in boxed layoutResolved, thank you very much!
Forum: Themes and Templates
In reply to: [Virtue] Content width in boxed layoutHi there,
I have a similar concern. The code posted above works sort of one way. This is my page: https://klsmn.bplaced.net/wp1/I am running my site in boxed mode and I already have this code in place, to limit the maximum page width.
@media (min-width: 1000px) { .container { width: 900px; } }
Now, I’d like to have bit more padding between the borders and the start of the content/text. Ideally, I’d like to adjust the padding all around the site, so the header/slider/top menu etc. on the front page should all be affected, too.
The solution above (in my case, I just added “padding: 0 80px;” to the code above) just offsets the content to the right, see this example: https://i.imgur.com/faGXkpT.png
How do I do it correctly?
Thanks!
Forum: Themes and Templates
In reply to: [Virtue] How to reduce white space under sliderHi there! I hope it is okay to resurrect this old thread. I am asking myself the exact same question, sadly none of the custom-CSS fixes supplied here work for me.
This is the page: https://klsmn.bplaced.net/wp1/
As you can see, there is quite a large gap between the bottom of the slider and the headlines below. At first I thought it might be due to the fact that I have disable the front page title, but if that is enabled the situation is the same.
I have tried to figure out a solution, but unsurprisingly haven’t had any success with my limited coding experience. I don’t know if this means anything, but looking up the source code on the page renders a big part of the gap as this:
https://i.imgur.com/JcyQexy.pngCan anybody help? Thank you!
Edit: I just now realised that there is some setting concerning a portfolio carousel, however, I don’t use it (tbh, I don’t even know what is is supposed to do ?? ).