Jump to content

Il Domandatore

Members
  • Posts

    113
  • Joined

  • Last visited

Posts posted by Il Domandatore

  1. I have had this problem for some time; On the Chrome developer tool, I enable the option for mobile view.

    Why do I see differently? If I load the page for the first time, it loads almost fine. Then the page is enlarged for no reason and the layout shifts to the right. I cleared the cache but nothing to do. it is a frequent problem when I put my cell phone view.
    https://imgur.com/a/DTyCH0I

    I also tried incognito browsing, but it loads everything bigger than it should.

    You can try the page at https://oldfreegame.com/en/campaigns/extend-the-website-contract/donate/. I imagine you will see the page on the mobile in another way.

    https://imgur.com/a/1peHTQC

  2. I've made CSS changes to the login text and text fields, but the changes don't stay.

     

    /* It removes the border and outline in the login text field. */
    input#user_login:focus-visible {
        outline: none !important;
        border: none !important;
    }
    
    /* It removes the border and outline in the login text field. */
    input#user_pass:focus-visible {
        outline: none !important;
        border: none !important;
    }
    
    /* It removes the border in the login text field. */
    input#user_pass {
        border: none !important;
    }
    
    /*It adds the hover outline in the login text field. */
    input#user_pass:hover {
        outline: 3px solid black !important;
    }
    
    /*It adds the hover outline in the login text field. */
    input#user_login:hover {
        outline: 3px solid black !important;
    }
    
    /* It removes the underline on login on the menu. */
    .site-header-above-section-right-center.site-header-section.ast-flex.ast-grid-right-center-section a:link {
        text-decoration: none !important;
    }

    Login

    Results unchanged.

     

  3. Its HTML is this;

    <li id="menu-item-4051" class="menu-item menu-item-type-gs_sim menu-item-object-gs_sim menu-item-4051"><form data-min-no-for-search="1" data-result-box-max-height="400" data-form-id="3164" class="is-search-form is-form-style is-form-style-1 is-form-id-3164 is-ajax-search" action="https://oldfreegame.com/en/" method="get" role="search"><label for="is-search-input-3164"><span class="is-screen-reader-text">Search for:</span><input type="search" id="is-search-input-3164" name="s" value="" class="is-search-input" placeholder="Search here..." autocomplete="off"><span class="is-loader-image" style="display: none;background-image:url(https://oldfreegame.com/wp-content/plugins/add-search-to-menu/public/images/spinner.gif);"></span></label><input type="submit" value="Search" class="is-search-submit"><input type="hidden" name="id" value="3164"></form></li>
×
×
  • Create New...