Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1029638

    Hi!

    On mobile, the first container below the menu is all the way on top and i can’t seem to fix it https://www.routier.io/

    it cuts off the text and image and didn’t do that before. randomly started happening.

    any suggestions?

    thanks!

    #1029642

    if i try fixing the css on one page, it doesn’t work or apply on another one. it makes it different

    #1029653

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    .home #main {
        margin-top: 110px !important; 
    }
    }

    This is designed for the homepage, if it is for all of the pages, please try removing the “.home” from the code.

    Best regards,
    Mike

    #1029831

    thank you so much! fabulous :)

    #1029877

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1029885

    yes. one more thing. https://www.routier.io/

    on the testimonials section close (below the huge circle) something is wrong with this element and it gets worse in mobile. i can’t figure out the div or class to change the background color, etc.

    i don’t know why but all my mobile elements got funky randomly.

    thank you so much again for your help. #enfoldrules

    #1029893

    .avia-slideshow-arrows a:before

    i think the z index is too high here and sat over the text. is that what happened?

    #1029895

    is this a good start or do you have something better?

    .testi-section .avia-slideshow-arrows a:before {z-index:0 !Important; }

    .testi-section .avia-content-slider-inner {z-index:100 !Important; background-color:white !Important; }

    .testi-section .avia-slideshow-controls {display: none;}

    #1029912

    Hi,
    I took a look at the source code of testimony slider and it looks like it has been modified, where some lines are commented out and there are some extra closing tags now. Were you trying to make some changes here?
    I also noticed that you are getting a 404 error for a css file “all.css” in a new folder “new-assets” this is not a Enfold folder or file, but I wonder if you had some customizations there, perhaps for mobile view? This would explain why you have many “sudden” errors.
    I see that you are using “autoptimize” please disable this plugin while we are trying to sort this out, and any other caching plugins. Actually can you try to disable all of your plugins to see if that helps? Can we also try this? Please include a admin login in the Private Content area, so we can try to figure out what is wrong with your testimony slider. I also see your “back to top” button has an error, what other elements have you noticed?

    Best regards,
    Mike

    #1029958

    see below. i really appreciate your help so much.

    i also noticed that when i make from live to staging not all the css gets copied over and i still see errors in staging that i fixed in live.

    #1029965

    also on the homepage, the two columns with the gold images. the thing for your guest and for your staff. i don’t know why everything got so messed up :(

    #1030266

    Hi,
    I disabled your autoptimize, and then the element looked correct until I refreshed again. I see you are using WPengine which uses built-in server caching which could need to be cleared. Please try to clear your server cache to see if that solves if not we will look again, but please leave autoptimize off for now so we can try to help without the cache issues.

    Best regards,
    Mike

    #1030324

    cool. thanks man :) much appreciated. i purged cache and the testimonials look better. i’ll remove the scroll since it’s just a hassle. but i think the rest i need to fix on my own since it’s css and random things changed.

    you guys are seriously the absolute best and i can’t explain my appreciation.

    have a great day

    #1030406

    Hi,
    Glad to help, we will close this then, but please open a new thread if there is anything we can help with.
    Have a great day and thanks for using Enfold.

    Best regards,
    Mike

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘mobile pages aren't identifying menu’ is closed to new replies.