Why does it look like this [ad_1]https://preview.redd.it/tvmthe5ybzsd1.png?width=1920&format=png&auto=webp&s=df42c9a0ab0528ea05ab78bd830631e702d73ec4This webpage consists of one html part and the menu on top is shifted to the right. It should begin from the edge of the screen. How do I fix this? [ad_2] Previous ArticleHelp or Suggestion Please? Next ArticleRank Math and Block Theme Conflict: Generating Two <title> Tags
add this code to your theme custom css section:
body {
display: flex;
justify-content: start;
}