How can I modify a multicolumn's position and size on my webpage?


Hello

https: // e51724.myshopify.com /

I want to change the first multicollumn where i:

  1. Move it a bit over the image banner, make it shorter so it looks like a box and create round corners

Example given:

Hi @metinoviic

Im not sure if this is what you mean I just copy the example you give.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.sc-jNHqnW.kXSKNz.pf-8_ {
    padding: 0px;
    border-radius: 15px;
    margin-top: 15px;
}

I hope it help.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Hi @metinoviic ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid file
  3. Paste below code before :

Best regards,

Anthony

Hello @metinoviic

Please add the following CSS at the end of the file Online Store → Theme → Edit code → Assets → base.css:

div[data-section-id="pf-7d38"]
{
transform: translateY(-40%);
}

Please hit Like and Mark it as a Solution if you find our reply helpful.

How did you find this ID: .sc-jNHqnW.kXSKNz.pf-8_

?

Can you show me solution for the website again? www.julexpress.no

I decided to use a app named pagefly page builder but im not sure if i should continue to use it for future purposes + i doubt it will effect SEO and ranking online? Will it have any aeffects of desigining website on such platform vs directly in shopify?

What you mean by ID? And the new website youve give me, there is no multicolumn that i can edit same on the first one youve give.

Could you please check this code?

What do you think? Correct or not?

.multicolumn {
padding: 0px;
border-radius: 15px;
width: 1000px;
position: absolute;
top: 98%;
left: 50%;
z-index: 1;
}