Re: RTE - Studio Theme

How can I format RTE in Studio Theme to 4 lines?

GeeKyuu24
Pathfinder
108 3 13

Hi,

 

Badly need your assistance as I can't hire an expert. I added an RTE and needing some assistance in making them into 4 lines as same as the image below. 

Store: Glowcare.se
PS: Glowcare1991

 

GeeKyuu24_0-1697376274436.png

 

Replies 3 (3)

webizito
Shopify Partner
83 5 6

Hello @GeeKyuu24 

Replace the following html in place of h3 tag

<ul>
<li>✔ SNABB LEVERANS</li>
<li>✔ FRIFRAKT ÖVER 399 KR</li>
<li>✔ 14 DAGARS RETURRÄTT</li>
<li>✔ VEGANSKT</li>
</ul>


Add this css in your css file.

@media screen and (min-width: 990px){
.section-template--19902269161797__7479caf5-2ffc-40c2-8db6-18dd2c11459a-padding .rich-text__blocks.center{
     max-width: 100% !important;
}
}

.section-template--19902269161797__7479caf5-2ffc-40c2-8db6-18dd2c11459a-padding .rich-text__text ul{
	list-style: none;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}


Output: 

webizito_0-1697383176023.png

 


 Thanks.

✌ We are volunteering to help | Likes and Accept as Solution will be much appreciated.
Need a Shopify developer?  | Chat on WhatsApp | Hire us at Email: info@webizito.com || Website: www.webizito.com

ParkdaleDigital
Shopify Partner
17 0 4

Hey there,

I opened the site but it doesnt appear to have a password input area - https://glowcare.se/password

Cheers,
Parkdale Digital Team

GeeKyuu24
Pathfinder
108 3 13

Hi, you can check now.