Forum replies created
I’ve done some searching in Google for you. See here: https://google-webfonts-helper.herokuapp.com/fonts/bebas-neue?subsets=latin
the API key can be entered in Customizer->Contact.
Good day. Currently, unfortunately, no. There are several technical reasons for it. But in any case, you can add any font you want in the same place, simply download it from Googe Fonts and upload it into the theme.
Hello. Doubtful, that it has something to do with our theme. It sounds more like a hosting problem to me. But we will have a look, of course. Please send access information in a private message (Admin access + FTP).
Hi Michael, sure – we will look into it. I will keep you posted.
Yes, exactly. It jumps at 992px, as it should. I’m happy you were able to correct it to make it work the way you wanted it. Have a great day!
Good evening. I’m not sure why you think that I own the problem. There is actually no problem at all, so nobody owns it. This is how Bootstrap works. Once you are below 992px, .container gets max-width of 720px. I’m sorry that you are annoyed by it, but this is simply how it is. It is not my setting, this is how it works.
Here are the media queries for .container:
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
If you want to change it, you can reset it to whatever you want in Additional CSS. If you need help with it, please let me know, I will be happy to assist.
Hi. You’ve got me there ) The width of the container isn’t set by us, these are Bootstrap presets. Also, your screenshots show that there is an error in Bootstrap CSS code, is it “720 pxr;” instead of “720 px;” there? How did that happen? And I went to the page you’ve given in the example, it works perfectly in any resolution, including the one you’ve mentioned. So it is not clear to me what the problem is, could you elaborate on the some more, please?
Hi. You can’t. You need to tell me exactly where and how happened, that the submenu went up (probably because there was no viewable space below, and I will fix it. But this is not regulated in settings.