Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1175273

    Hello the site I am working on is
    evokespirit.com

    The submenu under “Testimonials” is going off the page.
    How do I keep it frame?

    View post on imgur.com

    #1175756

    Hey Nathan,

    You have this in your child theme CSS:

    @media only screen and (min-width: 1024px) {
    #header .twelve.units {
        right: auto !important;
        float: right;
        left: -34vw;
    }
    }

    Try changing -34 to something smaller, like -24 for instance.

    Best regards,
    Rikard

    #1176166

    Thank you for the code

    I applied it and the submenu is showing off the page still

    #1176211

    Hi,

    This code is still applying:

    left: -34vw;

    Did you change it back? If not then what you changed is not applying.

    Best regards,
    Rikard

    #1177827

    I applied the code

    View post on imgur.com

    and the menu is still going off the page

    View post on imgur.com

    #1178031

    Hi,

    And the old code is still applying: https://imgur.com/a/XrY4uoU. You need to change that value to a smaller one like I wrote earlier in this thread, did you try that?

    Best regards,
    Rikard

    • This reply was modified 4 years, 10 months ago by Rikard.
    #1239886

    this is resolved thank you

    #1240239

    Hi,

    Great, I’m glad to hear that things are working for you. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1279881

    this thread can be closed thanks

    #1279949

    Hi Nathan,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Submenu item gong off page’ is closed to new replies.