Jump to content

Il Domandatore

Members
  • Posts

    113
  • Joined

  • Last visited

Everything posted by Il Domandatore

  1. On my site I have games via iframe. These are put with the HTML. However, I don't have a button to access full screen players. I've been looking through some of your articles, but I've found a button with some text. That's not what I'm looking for, because I want it to have an icon. Could you give me the right guide?
  2. @Ingolme I put the code you suggested, but it didn't take effect. I tried other changes with the word break and the container gets shorter. As you can see, this is not the problem, because the payment container is shorter. https://imgur.com/a/q4rkzzE
  3. @IngolmeThe flex-basis doesn't work properly. The margin pushes up a row. Changing the flex-basis or width value becomes useless when I put 4px or higher margin. https://imgur.com/a/NjbunKi
  4. How can I join the three buttons to have them side by side?
  5. I tried the email solution, but it didn't work. p.donor-contact-details { overflow-wrap: break-word !important; } https://oldfreegame.com/en/campaigns/extend-the-website-contract/donate/
  6. I have 3 buttons, they are not aligned with each other and they are on 3 lines. I wish they were on one line. The buttons are: Log in, Register, Lost your password. https://imgur.com/a/vBuQ9c8 https://oldfreegame.com/en/login/?redirect_to=https%3A%2F%2Foldfreegame.com%2Fen%2F
  7. 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
  8. 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.
  9. Ok, writing what with the media query? I don't know how to solve the problem I asked you. Or was it enough to remove the width of two CSS codes?
  10. We are sure? Don't I end up finding the desktop version limited to 300 px? Min-width would make sense, but you're the expert. Tell me, what should I write or modify the CSS?
  11. I did. I guess you want to put a min-width. :) I tried, but then I can't seem to center the buttons.
  12. Why didn't you identify the class for the second time?
  13. I don't understand why I should use flex-basis. From what I understand, the flex-basis only changes one element. I tried this solution, but it didn't work. https://imgur.com/a/xhyutyI
  14. I don't think email is the problem. https://imgur.com/a/Y3sbAmX
  15. On the desktop, the containers are the same width. https://postimg.cc/7GX72m2H On the other hand, on the mobile phone the dimensions are different and I don't know how to do it. https://postimg.cc/06jqvN0V The page is https://oldfreegame.com/en/campaigns/extend-the-website-contract/donate/
  16. I made some changes to the buttons to choose the amount for the donation. I don't know what I did wrong, but now I'm in single file. How do I put the buttons back in line for two? https://postimg.cc/jCwszVR9 https://oldfreegame.com/en/campaigns/extend-the-website-contract/donate/
  17. By default, objects are left aligned in Wordpress. How do I put the video game container in the center? https://postimg.cc/9ryRWH9Z The page is https://oldfreegame.com/en/nintendo/gameboy-advance/dragonball-z-buu-s-fury/
  18. 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>
  19. Ok, I choose to color the visited texts dark green instead of black and underline.
  20. Ho aggiunto il colore nero al testo e ora la sottolineatura cambia colore con il tuo suggerimento. Grazie. The visited link conflicts with the hover menu. The bottom border moves away from the text when I move the mouse away from the links. https://postimg.cc/gallery/sgrWNjy
×
×
  • Create New...