how do i edit spacing between text, buttons and pictures on my product page - Baseline Theme

how do i edit spacing between text, buttons and pictures on my product page - Baseline Theme

FrederikFlindt
New Member
7 0 0

Hi everyone!

I want to space optimize my product page. I've inspected my productpage and tried to find the corresponding code in Theme.css in the code editor without any luck. Its important to note that there is padding between more elements than the one attached that i want to change. In generel i would like to know how i do it everywhere on my website. I want to decrease the padding on my headerbar aswell

 

www.palaisprojects.com

Is there anyone who can guide me how to edit the padding, margin etc. between elements?


Skærmbillede 2024-07-13 144050.png

 

Replies 5 (5)

suyash1
Shopify Partner
10721 1324 1700

@FrederikFlindt - using custom css , padding needs to be adjusted for each and every element

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
FrederikFlindt
New Member
7 0 0

Yes but how?


suyash1
Shopify Partner
10721 1324 1700

@FrederikFlindt - using custom css, you need to find each element class used and set css for it, are you familiar with the css?

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

BSS-TekLabs
Shopify Partner
2401 695 831

Hey @FrederikFlindt .If you want to reduce the distance of the element you are selecting as shown in the image. Let's use the code.

.text-scheme-text.pb-8 {
 padding-bottom: 0 !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1720877291789.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

BSSCommerce-B2B
Shopify Partner
1972 564 566

Hi @FrederikFlindt 

You should try following the instructions below

Step 1: Go to Admin -> Online store -> Theme > Edit code

BSSCommerceB2B_0-1720877506563.png

Step 2: Search for the file theme.min.css and add this code snippet to the end of the file

BSSCommerceB2B_1-1720877518044.png

#MainContent .pb-8 {
    padding-bottom: 0 !important;
}

If it's helpful, please like and mark it as a solution, thank you

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now