Home Forums WoodMart support forum CSS Mobile Landscape

CSS Mobile Landscape

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #141838

    Xtolia
    Participant

    Hi, Team I wanted to know if my coding is properly setup to enlarge the size on css mobile landscape and css mobile normal vertical too… because the landscape I added the code but nothing is changing on landscape mode… I attached a screenshot of my iphone landscape view and a screenshot of my theme settings css section in my website..

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

    Hello,

    I have checked your site on mobile and found that both CSS are working fine on the mobile. It is your mobile browser cache issue, please remove the browser cache on mobile and then check the site vertically and horizontally, I am sure you will not find any issue. Please see these screenshots from my mobile in both views:
    http://prnt.sc/p16tu5

    http://prnt.sc/p16twa

    And also you can check the site in the Responsinator here:
    https://www.responsinator.com/?url=https%3A%2F%2Fenvypillow.com%2F90-night-promise%2F

    Best Regards.

    #141939

    Xtolia
    Participant

    Okay great thanks for the help. I have another question you might be able to help with regarding the popup newsletter, any way to move the X close button and adjust it to be on the popup itself, instead of being on the right top corner. Because some clients, they complain that they cant see it sometimes. Please view image attachment for reference. Thanks!

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

    Hello

    Yes, you can change the position of the close button. Please use the below given custom CSS code and paste it to Theme Settings >> Custom CSS >> Custom CSS for desktop section:

    .woodmart-promo-popup {
    	position: relative;
    }
    
    body button.mfp-close {
        position: absolute;
    	  left: 0px;
    }

    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)