Abby_EveryStory
Member-
Posts
19 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Abby_EveryStory's Achievements
-
Adjust height of section (image banner block)
Abby_EveryStory replied to Abby_EveryStory's topic in Customize with code
I see! I've changed the values and can see the difference now - thank you! Is it possible to move the text up so it sits in the plain area of the image on mobile? It would be great if I could adjust the height and text positioning on the desktop too. Thank you so much! -
Adjust height of section (image banner block)
Abby_EveryStory replied to Abby_EveryStory's topic in Customize with code
@KwameAndCo I've dropped it in and adjusted the values but I can't see that it's had an effect. The text is in a bounding box so not sure if it could already be at the smallest amount of padding the template will allow...? -
Adjust height of section (image banner block)
Abby_EveryStory replied to Abby_EveryStory's topic in Customize with code
@KwameAndCo yes that's the correct section, thank you! (I've been faffing with the copy.) I've dropped that code into the custom CSS section is that right? -
Adjust height of section (image banner block)
Abby_EveryStory replied to Abby_EveryStory's topic in Customize with code
@KwameAndCo thank you so much! link is https://www.everystory.co.uk -
Adjust height of section (image banner block)
Abby_EveryStory replied to Abby_EveryStory's topic in Customize with code
... is it also possible to set a margin from the top of the image to the text box to reduce this space? -
Hello! This feels like it should be super simple but really struggling to find code to sort this... appreciate any advice. I'd like to set a height for a section (the background image is set as a banner) and be able to set different heights for desktop and mobile. Thank you! https://www.everystory.co.uk 7.0 Brine
-
Abby_EveryStory reacted to a post in a topic: Adjust spacing of specific items on mobile drop-down menu
-
Hello! Is it possible to adjust the spacing inbetween specific items of the drop-down menu, for mobile only? I've set up a mega menu for the desktop site. The headings (Tableware, Serveware & Kitchen) are set up as links. The other items (mugs etc..) are set up as pages. Marta 7.0 - everystory.co.uk Any advice is appreciated!
-
Resize Homepage banner on mobile
Abby_EveryStory replied to Abby_EveryStory's topic in Customize with code
thank you so much! -
Abby_EveryStory reacted to a post in a topic: Resize Homepage banner on mobile
-
Resize Homepage banner on mobile
Abby_EveryStory replied to Abby_EveryStory's topic in Customize with code
hello tuanphan! it's everystory.co.uk -
Hello! I'm having difficulty editing the homepage banner on mobile. I'd like to either resize to reduce the height so it doesnt take up the whole mobile screen view (but still keep the 'shop ceramics' button floating on top) or change the image to an alternative URL (I can adjust the crop and export it as a new image file). I'm using (Marta) Brine 7.0 Thank you in advance!
-
Resize product blocks on blog page
Abby_EveryStory replied to Abby_EveryStory's topic in Customize with code
Thank you! That works perfectly for the layout, is there any way to include an 'add to cart' button below each product? It doesn't seem to be an option on the summary block. -
Abby_EveryStory reacted to a post in a topic: Resize product blocks on blog page
-
Hello! Is it possible to show two or three smaller product blocks in a row on a blog post? At the moment I can only stack them and they fill quite a lot of the page. Example at the bottom of this blog post: https://www.everystory.co.uk/journal/italian-farmhouse I'm using Brine 7.0 (Marta) Thank you in advance!
-
tuanphan reacted to a post in a topic: Misaligned blog posts on mobile
-
Misaligned blog posts on mobile
Abby_EveryStory replied to Abby_EveryStory's topic in Customize with code
Thank you so much @tuanphan thats worked perfectly! -
Abby_EveryStory reacted to a post in a topic: Misaligned blog posts on mobile
-
Misaligned blog posts on mobile
Abby_EveryStory replied to Abby_EveryStory's topic in Customize with code
Thank you so much @tuanphan! I there a way the rows can be spaced without creating too much space at the top underneath the copy? Have attached a screenshot to hopefully explain. -
Site URL: http://everystory.co.uk/journal Hello! I added some code to make the blog post summary show in two columns on mobile. However, the top two posts seem to be misaligning (screenshot attached). Would very much appreciate some expert advice, thank you in advance! Here is the code I added: @media screen and (max-width:727px) { .summary-item-list { display: grid; grid-template-columns: repeat(2,1fr); grid-column-gap: 10px; } section.BlogList { display: grid; grid-template-columns: repeat(2,1fr); grid-column-gap: 10px; } }