help with reducing padding between logo and top bar?

Solved

help with reducing padding between logo and top bar?

tealadies
Excursionist
14 1 1

Does anyone have a suggestion for reducing the padding between my logo and the top bar.  It's a little too much white space there.  The issue is only on desktop.

 

DE50982E-C5B1-4128-A244-09E4A8EA4265_1_201_a.jpeg

Accepted Solutions (2)

PageFly-Henry
Shopify Partner
1184 335 293

This is an accepted solution.

Hi @tealadies 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file styles.css

Step 3: Paste the below code at bottom of the file -> Save

 

.top-bar {

    position: absolute !important;

    width: 100% !important;

}

 

Also I think you should make the images in this section equal in size to make the user experience better

PageFlyHenry_0-1715484339914.png

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Arif_Shopidevs
Shopify Partner
264 37 37

This is an accepted solution.

Hi @tealadies 
If you apply the above CSS in your theme, the logo will look like below. If you need to reduce more space, in that need to reduce padding or margin about the logo.
logo-header.png

 

Thank you 

Found it helpful? Please like and mark the solution that helped you.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers

View solution in original post

Replies 3 (3)

PageFly-Henry
Shopify Partner
1184 335 293

This is an accepted solution.

Hi @tealadies 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file styles.css

Step 3: Paste the below code at bottom of the file -> Save

 

.top-bar {

    position: absolute !important;

    width: 100% !important;

}

 

Also I think you should make the images in this section equal in size to make the user experience better

PageFlyHenry_0-1715484339914.png

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Arif_Shopidevs
Shopify Partner
264 37 37

This is an accepted solution.

Hi @tealadies 
If you apply the above CSS in your theme, the logo will look like below. If you need to reduce more space, in that need to reduce padding or margin about the logo.
logo-header.png

 

Thank you 

Found it helpful? Please like and mark the solution that helped you.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers
tealadies
Excursionist
14 1 1

Thank you so much! That totally worked.  Yes I need to change that image size - I'm glad you pointed that out.