Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #332314

    Hi, i have this problems:
    1. On tablets the menu is not acting responsive so menu buttons come on second line when they dont fit on the screen, see picture 1
    2. On movile the flags for translation are colapsing with the extra text on the Header, see picture 2
    3. Small arrow on color section is showing duplicate see picture 3
    4. I added google font to my site adding on the function.php a code i copied from the snippet section (http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/) i makes the job but it gives a wrong response on the webtest, can you check if i did it right or i should do it other way? see picture 4
    Thanks!
    Hector.

    #334147

    Hey Hector!

    1-2. Add this to Quick CSS or child theme style.css:

    @media only screen and (max-width: 767px) {
        .avia_wpml_language_switch {
            min-height: 60px;
        }
    }
    
    .av-main-nav > li > a{
        padding: 0 10px;
    }

    3. I fixed it by wrapping those two columns inside another color section.
    4. PT+Museo+Sans is not available as a Google Font.
    Cheers!
    Josue

    #334279

    Hello Josue,
    1-2. When i try to save the style.css it takes me to white page, when i refresh i get back the style.css but didnt save anything, it happens the same if i try to erase the code i put for the Museo font in functions.php, every time i save takes me to a white page, when i refresh the page comes back to what i had before not saving anything…

    3. thanks i ll do it like thant in the other pages i got the problem.
    4. Is there a way to have that Museo Font in my theme?
    Thank for your support
    Hector.

    #334295

    Hi Josue, i fixed 1&2 by editing the file through FTP. It works perfect now. But doesnt know why i can do it through wp editor? any idea?

    #334359

    Hey!

    You’d need to use this plugin to include Fonts not available as Google Fonts:
    https://wordpress.org/plugins/wp-font-face/

    Regards,
    Josue

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.