rbrb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Botiga] top bar announcement scrollercan anyone help with this? it seems like such a common feature on almost every shopify site, i was hoping there could be a way for us to do it in woo / botiga / merchant?
any help much apprecaited. thanks!
Forum: Themes and Templates
In reply to: [Botiga] remove big space between header and produut galleryon closer look the spacing between header and content works on SHOP and CART page, but not on the prodcue details pages…. e.g. here: https://powderblue-ibis-266582.hostingersite.com/shop/product/grey-shirt/
is there a way to set 1) a unversal padding for all.
and then 2) a SPECIFIC padding for the main shop page?Forum: Themes and Templates
In reply to: [Botiga] remove big space between header and produut galleryone followe up question…. i’m using this code and it affects all pages:
@media only screen and (min-width: 576px) {
.bhfb-main_header_row {
padding-bottom: 40px;
}
}
is there a way i can have the padding set to 0px, but ONLY on the main shop page?Forum: Themes and Templates
In reply to: [Botiga] remove big space between header and produut galleryi switched to using your code and it worked great accross the different pages, thank you!!
Forum: Themes and Templates
In reply to: [Botiga] remove big space between header and produut gallerythank you kharis. i found a solve for the products page using this:
.content-wrapper {
margin-top: 0px;
margin-bottom: 50px;
}
however now on the individual products pages + cart page the title it too close to the logo. can we fix this?
e.e. main page (title area spacing removed) so looks nice and works: https://powderblue-ibis-266582.hostingersite.com/shop/
but on product detail pages like this (also no title): https://powderblue-ibis-266582.hostingersite.com/shop/product/another-tshirt-bla/
and also the cart page (is a title) the spacing is too tight: https://powderblue-ibis-266582.hostingersite.com/shop/cart/
there is not enough space between the logo and the content for both these..,. is there a way to adjust the padding on these SPECIFIC page”types” but not affect the main page??
thanks for your help!