Pipeline: How to change the size (height) of a Rich Text block section?

Hi Shopifiers, I’m looking to change the overall height of a block of Rich Text within a site running Pipeline.. Can’t seem to find any info on Google or the forum on that subject. Any help would be greatly appreciated!

@jetranger407

Please share your website URL and password if any. I will check and provide a solution here.

Thanks!

@jetranger407 - we will need custom css to set height, can you please share your website link?

@jetranger407

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Thanks all for the reply! @dmwwebartisan @suyash1 @KetanKumar

The website name is the following: https://slowmoxyz.myshopify.com/

Thanks again!! :grinning_face_with_smiling_eyes:

Whoops! Sorry @KetanKumar @suyash1 @dmwwebartisan Forgot to include the password.

Password is: slowmoxyz

URL is: slowmoxyz.shopify.com

Thanks again Gents!

@jetranger407

Please provide a screenshot of the section.

@jetranger407

thanks for the update, yes please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
#shopify-section-16177340356468a82b .homepage-page {
    padding: 130px 0px 90px; /* change value as you like 130px is Top and 90px is Bottom */
}

@KetanKumar Worked liked a charm! Thanks for all your help guys! @dmwwebartisan @suyash1

@jetranger407

it’s my pleasure to help us

Weird. I went back in to the CSS section to try to add a customization for something else, and now the initial customization solution that worked isn’t doing anything. I try to change the values and it doesn’t do anything. It’s almost like the section Id changed or something, I’m guessing? Any help would be appreciated!

@jetranger407

thanks for update can you please share further issue screenshot short

Nevermind. All is well. Must have been a glitch!

Did not work for me…
Also, what does “this code apply for after 5 - 6 second” mean?