3 things

Home Forums Jevelin Theme 3 things

Home Forums Jevelin Theme 3 things

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • jefmac
    Participant
    1.  when the site is in the phone view the log is squashed looking bad,  how to fix ?

     

    2.   cannot find were to add my email to the contact us page  to  send a message from the website , it  says
    <ul class=”fw-flash-type-error”>
    <li class=”fw-flash-message”>Invalid destination email (please contact the site administrator)

     

    3.  i use the mega menu but it is to wide.  how do i reduce the width setting?

     

     

     

    Hi @jefmac,

     

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

     

     when the site is in the phone view the log is squashed looking bad,  how to fix ?

    i use the mega menu but it is to wide.  how do i reduce the width setting?

    Could you please share me your site URL where it’s displaying so that i can help you?

     

    cannot find were to add my email to the contact us page  to  send a message from the website , it  says “Invalid destination email (please contact the site administrator)”

    Are you using Unyson page builder contact form content element?

     

    If yes then you can set email in its settings as shown in the attached screenshots.

     

    Best regards,
    Shufflehound team

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

    jefmac
    Participant

    thanks,  i have the contact us email working.

    when the site is in the phone view the log is squashed looking bad,  how to fix ?

    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

     

    #page-container .sh-header-mobile-navigation .header-logo img {
        height: auto;
        max-height: 100%;
    }

     

    i use the mega menu but it is to wide.  how do i reduce the width setting?

    You can use below custom CSS code to reduce its width.

     

    .sh-nav .mega-menu-row-3 .menu-item {
        max-width: 400px;
    }
    
    .sh-nav ul.mega-menu-row {
        right: auto;
        width: auto;
    }
Viewing 4 posts - 1 through 4 (of 4 total)