hi Joomshaper
A few minutes ago, I updated the site under construction: https://lidermaq-cp148.wordpresstemporal.com/maxora/index.php/blog
I practically destroyed my blog with huge letters and I can't see how to fix it: https://prnt.sc/WmjdM8LLmW8J I hope you can fix it today, I have to deliver this work.
The only thing on the page is: html
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Organization of layers in geological maps</title>
<link href="/https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
</head>
<body>
<h2><span class="icon">🔹</span>Did you know that poor layer organization can alter the entire interpretation of your geological map?</h2>
<p>A misplaced fault or overlapping unit not only affects aesthetics: it distorts structural relationships and can lead to erroneous conclusions. </p>
<p>In geological mapping, accuracy depends not only on analysis, but also on how you structure your lithological layers.</p>
<p>Dividing units, separating faults, controlling visibility, and maintaining graphic hierarchy is no minor detail: it is a practice that distinguishes the technical geologist from the amateur.</p>
<h3>Best practices that every professional should apply:</h3>
<ul>
<li><span class="icon">1️⃣</span>Assign separate layers to each lithological unit.
<li><span class="icon">2️⃣</span>Keep structures and contacts in separate groups.
<li><span class="icon">3️⃣</span>Enable or disable layers depending on the type of analysis.
<li><span class="icon">4️⃣</span>Avoid overlaps that confuse the map reading.
</ul>
<p><span class="icon">🌟</span>This clear organization strengthens your interpretation and improves the presentation.
<p><span class="icon">🌟</span>This clear organization <strong>strengthens your interpretation, improves presentation, and elevates the level of your technical deliverables.</strong></p>
<p>And if you also master tools such as Adobe Illustrator, you will be able to control exact scales, calibrate coordinates, and standardize professional symbology, optimizing your work for reports, publications, or presentations.</p>
<p><span class="icon">📌</span>Sign up for the course “Using Adobe Illustrator Software in Geology” and transform your maps into reliable, clean, professional-level interpretations.
<p><span class="icon">📄</span><strong>Brochure:</strong> <a href="/https://lnkd.in/eBGRVUXF" target="_blank">https://lnkd.in/eBGRVUXF</a></p>
<p><span class="icon">📝</span><strong>Registration form:</strong> <a href="/https://lnkd.in/e6db9gsp" target="_blank">https://lnkd.in/e6db9gsp</a></p>
<p><span class="icon">👉</span>How do you organize your lithological layers? Tell us your method.
</body>
</html>
en la parte de los estilos:
<style>
body {
font-family: ‘Open Sans’, sans-serif;
font-size: 16px;
line-height: 1.6;
color: #333;
margin: 20px;
}
h2, h3 {
font-family: ‘Open Sans’, sans-serif;
font-weight: 600;
font-size: 20px;
margin-top: 20px;
}
.icon {
font-size: 16px;
vertical-align: middle;
margin-right: 5px;
}
ul {
padding-left: 20px;
}
a {
color: #0066cc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
It's very simple. I don't think a simple title, raw HTML, and an image will distort the blog.
Regards