• Since update 5.9.2 this page in particular is not complete on the top. The headband must be white from left to right. The bottom did the same, you can compare : https://resophro.fr/confidentialite-et-deontologie with https://resophro.fr/moyens-et-objectifs you will see a space on your left all along the headband, top and bottom. With WP 5.9.1 i didn’t have this problem. My theme is twenty twenty. Could you help me please ?
    Best regard.

    • This topic was modified 2 years, 8 months ago by Arnaud.
    • This topic was modified 2 years, 8 months ago by Arnaud.
    • This topic was modified 2 years, 8 months ago by Arnaud.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Privacy Policy page includes body class=”privacy-policy”.

    
    .privacy-policy {
      margin: 1.2rem 0 0;  //change to margin: 0; or margin: inherit;
    }
    
    @media (min-width: 700px)
      .privacy-policy {
        margin: 0 0 0 2.4rem; //change to margin: 0; or margin: inherit;
      }
    }
    Thread Starter Arnaud

    (@arobaz)

    Hello and thank a lot for your quick answer. This page content privacy policy but this is not a dedicated pages from the theme. I see this code in my css.style, can you help me to change setting if it’s possible to do ?

    Best regard.

    • This reply was modified 2 years, 8 months ago by Arnaud.

    /confidentialite-et-deontologie

    EDIT style.css:
    1. Search/replace .privacy-policy rules with above rules.
    Possible to just search/replace the current minified css with above rules, but that is not a good practice.
    2. Generate an updated minified CSS to replace current minified CSS,
    (if not using a plugin to auto generate minified CSS.)

    OR EMBED CSS OVERRIDE ON PAGE:
    1. Quick fix. Appearance > Customize > Additional CSS
    2. ADD
    @media (max-width: 699px) and (min-width: 700px) {.privacy-policy {margin: inherit;}}
    3. To save, click Publish button

    Thread Starter Arnaud

    (@arobaz)

    Ok i just did the quick fix with additional CSS, publish it done but it doesn’t do the trick. I empty my web browser and it’s the same. Any clue to fixit ?
    Much respect and thk Backbone for the time you give me.

    • This reply was modified 2 years, 8 months ago by Arnaud.

    Change inherit to 0

    Thread Starter Arnaud

    (@arobaz)

    Do you mean : @media (max-width: 699px) and (min-width: 700px) {.privacy-policy {margin: 0;}}
    Done yhis and it’s the same.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Since update 5.9.2 my top page is not filling completely on twenty twenty theme’ is closed to new replies.