add comprehensive SCSS styling for the Clicks2Cart theme's header, hero, and collection sections.

This commit is contained in:
Alaguraj0361 2026-03-04 17:14:16 +05:30
parent 0cfe4c8b85
commit 7ff67cda0e
2 changed files with 9 additions and 8 deletions

View File

@ -187,16 +187,19 @@ header#top {
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
min-height: 600px;
background-size: 100% auto;
min-height: 1000px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
max-width: 1000px;
margin: 0 auto;
max-width: 100%;
width: 100%;
margin: 0;
padding: 40px;
padding-bottom: 100px;
padding-top: 250px;
overflow: hidden;
&::before {

View File

@ -88,9 +88,8 @@
</section>
<!-- Who we are? -->
<section class="s_who_we_are bg-white">
<div class="container py-5">
<div class="who-we-are-wrapper" style="background-image: url('https://landing.engotheme.com/html/jenstore/demo/img/who.png');">
<section class="s_who_we_are bg-white container-fluid p-0" style="background-image: url('https://landing.engotheme.com/html/jenstore/demo/img/who.png');">
<div class="who-we-are-wrapper" >
<h2 class="title">who we are ?</h2>
<p class="description px-lg-5">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
@ -109,7 +108,6 @@
</div>
</div>
</div>
</div>
</section>
<!-- Shop by collection -->