Bexster
Circle Member-
Posts
12 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by Bexster
-
Brine template 7.0 Stacking Grid Gallery Index on Mobile View
Bexster replied to Bexster's topic in Customize with code
This code is a solution: @media screen and (max-width: 1218px) { .tweak-index-gallery-layout-grid .Index-gallery-item { width: 50%; } } @media screen and (max-width: 675px) { .tweak-index-gallery-layout-grid .Index-gallery-item { width: 100%; } }- 1 reply
-
- css
- brine-template
-
(and 2 more)
Tagged with:
-
I need some help with the CSS to get the gallery on the home page stacked on mobile rather than 2 x 2 layout. https://www.edit-ldn.com/ Thanks
- 1 reply
-
- css
- brine-template
-
(and 2 more)
Tagged with:
-
Working on a 7.0 site (Brine) and I need help with the CSS to reverse the order of the text box and the image block on the contact page in mobile view. https://www.edit-ldn.com/contact Currently it's Text then Image I would like Image then Text. Thanks
-
Removing navigation button on the product page
Bexster replied to Bexster's topic in Customize with code
Great, that worked perfectly! Thank you so much 😄- 2 replies
-
- code
- code-injection
-
(and 2 more)
Tagged with:
-
Hello I would like to remove the Join The Club button on the product page only and ideally right-align the navigation links, so there is no gap where the button used to be. https://green-highway-club.squarespace.com/store/p/green-highway-club-membership Password: greenhighway2024 Thanks in advance!
- 2 replies
-
- code
- code-injection
-
(and 2 more)
Tagged with:
-
Aligning items to the bottom of the main navigation
Bexster replied to Bexster's topic in Customize with code
Awsome! Thank you so much 😀🙏- 3 replies
-
- css
- navigation
-
(and 1 more)
Tagged with:
-
Hello I have created a tab-style navigation menu but need to keep the 'tabs' i.e. navigation links, aligned to the bottom of the main navigation on different screen sizes. Currently, the CSS is set from the top which means that the tabs move up as the screen size gets larger. Site is: https://harnan-real-estate.squarespace.com/ Password: Hello123 Thanks in advance!
- 3 replies
-
- css
- navigation
-
(and 1 more)
Tagged with:
-
Keeping button aligned in text box on different screen sizes
Bexster replied to Bexster's topic in Customize with code
I am using the button link on desktop and text link on mobile only section as desktop looks fine. Should I change both? Really appreciate your help with this! -
Keeping button aligned in text box on different screen sizes
Bexster replied to Bexster's topic in Customize with code
Thanks, I've managed to turn the link into a button - using this code: a#book_call_btn { display: inline-block; padding: 20px 40px; background-color: #dfa695; color: #ffffff; cursor: pointer; text-align: center; font-size: 18px; transition-duration: 0.4s; } So I just need help with the code to keep the 'button' aligned in the text box. -
Keeping button aligned in text box on different screen sizes
Bexster replied to Bexster's topic in Customize with code
Sorry! The password is madeleine2023 -
Keeping button aligned in text box on different screen sizes
Bexster replied to Bexster's topic in Customize with code
http://www.thegoodliferefresh.squarespace.com/ Thanks! -
Hello Looking for the code to align a button within a text box at different screen sizes. So the button will always be a certain number of pixels below the last line of text and the text box will always end a certain number of pixels below the bottom of the button. On some screen widths there is too much of a gap between the text and the button and on others, the button is ending up over the text. Thanks