Forum replies created

    Evgeny
    Keymaster
    Posts: 1010
    17.05.2020 at 17:11 #44823

    I’ve done some searching in Google for you. See here: https://google-webfonts-helper.herokuapp.com/fonts/bebas-neue?subsets=latin

    In reply to Enter Google API
    Evgeny
    Keymaster
    Posts: 1010
    17.05.2020 at 14:54 #44821

    the API key can be entered in Customizer->Contact.

    Evgeny
    Keymaster
    Posts: 1010
    17.05.2020 at 14:45 #44820

    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.

    Evgeny
    Keymaster
    Posts: 1010
    15.05.2020 at 23:25 #44817

    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).

    Evgeny
    Keymaster
    Posts: 1010
    13.05.2020 at 19:06 #44813

    Hi Michael, sure – we will look into it. I will keep you posted.

    In reply to Disable slider
    Evgeny
    Keymaster
    Posts: 1010
    13.05.2020 at 18:49 #44812
    This reply has been marked as private.
    Evgeny
    Keymaster
    Posts: 1010
    13.05.2020 at 13:23 #44811

    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!

    Evgeny
    Keymaster
    Posts: 1010
    12.05.2020 at 00:03 #44807

    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.

    Evgeny
    Keymaster
    Posts: 1010
    11.05.2020 at 11:27 #44804

    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?

    Evgeny
    Keymaster
    Posts: 1010
    11.05.2020 at 11:10 #44803

    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.