Hey I want to reduce the gap between accouncement bar and circles menu also the gap between the circle menu and slider, can someone pls provide me codes to reduce the gap on both mobile and desktop ?
my site link is - Dulhanjewels.com
Hey I want to reduce the gap between accouncement bar and circles menu also the gap between the circle menu and slider, can someone pls provide me codes to reduce the gap on both mobile and desktop ?
my site link is - Dulhanjewels.com
Hey @DULHANJEWELS
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, donβt forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @DULHANJEWELS
You can add code by following these steps
Go to Online Store β Theme β Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hi @DULHANJEWELS m,
Step 1: Go to Shopify Admin β Online Store ->Theme β Edit code
Step 2: Search file theme.liquid
Step 3: Inside head tags. You need create style tags. After insert my code inside style tag
.sf-circle-menu-header {
margin: 0px 0px 10px 0px !important;
}
.sf-circle-menu-grid {
padding-bottom: 5px !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
This is Noah from PageFly - Shopify Page Builder App
Hi @DULHANJEWELS 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
Hello @DULHANJEWELS
Go to online store ---------> themes --------------> actions ------> edit code-------> theme.liquid
and add this code in the bottom of the file above tag
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks