Problems with styles in my theme

Home Forums Jevelin Theme Problems with styles in my theme

Home Forums Jevelin Theme Problems with styles in my theme

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • Henry920130
    Participant

    Hello, I have problems with my website, the menu appears unconfigured, as in the images that I have attached, the logo despite uploading it in good quality is pixelated in the mobile versions mainly.

    How can I solve this problem?

    http://www.biyovi.com

    Attachments:
    You must be logged in to view attached files.

    Hi @Henry920130,

     

    I hope you are well today and thank you for your question.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-header-mobile-navigation .header-logo img {
        height: auto !important;
        width: auto !important;
    }

     

    Best regards,
    Shufflehound team

    Henry920130
    Participant

    Hello, I have problems with my website, the menu appears unconfigured, as in the images that I have attached.

    I am not sure what you meant exactly by unconfigured so could you please describe it a bit more in detail?

    Henry920130
    Participant

    Of course, what happens is in the menu, it shows the titles incorrectly, the text is superimposed when entering the page architectual visulization, and in the interactive application page the black menu background does not cover the entire submenu.

    Attachments:
    You must be logged in to view attached files.

    You can resolve it using below custom CSS code.

     

    body #page-container .sh-header-5 .sh-nav .current_page_item a {
        line-height: 24px!important;
    }
    
    body #page-container .sh-header-5 .sh-nav .current_page_item {
        height: auto !important;
    }
Viewing 6 posts - 1 through 6 (of 6 total)