Hi guys,
Website: seraneeva.com
How can I move the newsletter signup section more to the left in the footer and make it so that the three sections (client service, the company, and newsletter) have the same padding between them. Pic attached for what I’m looking for.
Achieve this, you’ll need to edit the CSS styles of your footer elements. Specifically, adjust the margins or padding of the newsletter signup section to move it more to the left, and ensure consistent padding between the three sections.
This is Noah from PageFly - Shopify Page Builder App
Hi @flammagreg Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
That didn’t work. Anything else?
1 Like
Hi , Please add again code here:
And it still issue , Can you save the code so I can check it again? In the past, many cases used this method. If it’s wrong, I need to check again.
Thank you.
I did it again and it showed up the same. I left the code
1 Like
Thank you please add again code here:
1 Like
Thank you ! Have a nice day
!
1 Like
One more question for. I added code to make the icons in the header only be able to be clickable when a user is actually hovering over them. It worked all icons, but the menu icon. Do you know how to do this for the menu icon too?? I’m thinking I just need to add something that addresses the menu icon to the code below, but I’m not sure what that is.
Code that worked for the other 3 icons:
.site-header .site-header__wrapper .site-header__wrapper__right > ul > li >a,
.site-header .site-header__wrapper .site-header__wrapper__right > ul > li >button {
padding: 0 !important;
min-width: fit-content;
margin: 0 9.23px;
}
Hi, I have check this code have worked for 4 icon, You can see image here:
Do you know why it doesn’t work? When hovering menu as opposed to the other icons, there is definitely space on the left and right of the icon that is clickable.
You can try edit code here:
Oke, Please add code here, I think it will fix it:
Thank you.
1 Like