-
Content Count
24 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
JRBrick reacted to an answer to a question: Resizing image and text on footer on mobile to appear smaller
-
mavenandmention reacted to an answer to a question: Resizing image and text on footer on mobile to appear smaller
-
Thurstings reacted to an answer to a question: Avenue Template - Thumbnail Hover code
-
Avenue Template - Thumbnail Hover code
Thurstings replied to Thurstings's question in Coding and Customization
@tuanphan Legend! This is great. I have been trying to make the transition from one image to the other smoother instead of a sudden change, but I am having difficulty figuring this out. Do you know where I can add code to make this a smoother transition? I've been trying to paste code I have from previous hover transitions but it isn't working for me. Any idea?- 3 replies
-
- avenue-template
- hover
-
(and 1 more)
Tagged with:
-
Thurstings reacted to an answer to a question: Avenue Template - Thumbnail Hover code
-
Site URL: https://www.studioshaw.co.uk/ Hello community, My client currently uses the Avenue template and has a series of blue icons for projects at the bottom of their page. Currently, with the Avenue template when users hover over these icons a blue opacity box overlays the image - Does anyone know any code that would replace the blue opacity box with an alternative image on the avenue template? So instead of a blue box overlay appearing when users hover it would display an alternative image that I set. Let me know if anyone can help code this. T!
- 3 replies
-
- avenue-template
- hover
-
(and 1 more)
Tagged with:
-
Reduce Font Size on Mojave Mobile
Thurstings replied to GreenwoodBuilders's question in Coding and Customization
@GreenwoodBuilders Hello, Here is a code I use for most of my websites to stop hyphenation. // Hyphens // p, h1, h2, h3 { -webkit-hyphens: manual !important; -moz-hyphens: manual !important; -ms-hyphens: manual !important; hyphens: manual !important; } Let me know how this works for you - If this doesn't work for you, let me know and I can have a look at reducing the font for you. -
Thurstings reacted to an answer to a question: Help reducing font size of poster image block in mobile version with CSS
-
Background Image wont take up full page
Thurstings replied to richieqquake's question in Coding and Customization
@richieqquake Hmm that's odd, it might vary from template to template. Here is how I usually do it: https://www.screenmailer.com/v/aRxbKb3k1CyIA9k The other method I would suggest is trying an Index with your homepage added to this. Then test the banner image here, or try it for the index itself banner image.- 7 replies
-
- om-template
- css
-
(and 1 more)
Tagged with:
-
Background Image wont take up full page
Thurstings replied to richieqquake's question in Coding and Customization
@richieqquake You should be able to right click your page on the left hand side where your pages are listed. Under page settings go to the 'Media' tab and you can upload a background image there, try uploading it there and let me know how it comes out? Thumbs up it works!- 7 replies
-
- om-template
- css
-
(and 1 more)
Tagged with:
-
Mobile logo and Menu on the same horizontal line
Thurstings replied to thatsmithcray's question in Coding and Customization
@thatsmithcray No worries I understand! Try this for aligning the mobile menu to the right: @media only screen and (max-width: 640px) { #mobile-navigation #mobile-navigation-label:after { vertical-align: right !important; }} I am still learning the ropes of code so sorry if this doesn't work / achieve your desired effect.- 7 replies
-
- mobile
- flatiron-template
-
(and 1 more)
Tagged with:
-
Make an iframe fill the width of the banner
Thurstings replied to Claire_auck's question in Coding and Customization
@Claire_auck Hi, Not sure if this will work but try playing around with the px values for this code - No idea if it will work but let me know how you get on. #block-yui_3_17_2_1_1583366649920_4403 { width: 899px !important; height: 450px !important; } -
Background Image wont take up full page
Thurstings replied to richieqquake's question in Coding and Customization
@richieqquake Hey Richie, How is your homepage designed - Is it an Index page or a regular page? You can add full width banner/background images to both of these - Let me know and I might be able to help.- 7 replies
-
- om-template
- css
-
(and 1 more)
Tagged with:
-
Mobile logo and Menu on the same horizontal line
Thurstings replied to thatsmithcray's question in Coding and Customization
@thatsmithcray Do you mind sending me your login details I can take a look? Can't gurantee I will have a fix for it but I can definitely take a look for you.- 7 replies
-
- mobile
- flatiron-template
-
(and 1 more)
Tagged with:
-
Mobile logo and Menu on the same horizontal line
Thurstings replied to thatsmithcray's question in Coding and Customization
@thatsmithcray Hey, have you tried selecting the hamburger menu in the CSS style editor? I imagine there would be some options in there which allow you to align it left or right of the page.- 7 replies
-
- mobile
- flatiron-template
-
(and 1 more)
Tagged with:
-
Hello community, I have some code on a team page I am building so when users are on mobile, it stacks two images beside each other. Within my squarespace preview the code works and also when I view it on google inspect for iPhone 6/7/8. However, when I tested to see if it would work on my iPhone 7, it is displaying like so: https://gyazo.com/0374af93e63bc64e755098b3dff05cb7 Should appear like this: https://gyazo.com/6898e66c0b602636e664398ab5b5eb89 Here is the code I am currently using: @media screen and (max-width:840px) {div#block-yui_3_17_2_1_1573641271213_15311+.row&g
-
Resizing image and text on footer on mobile to appear smaller
Thurstings replied to zhanamitkova's question in Coding and Customization
Let me know if you still need help? -
zhanamitkova reacted to an answer to a question: Resizing image and text on footer on mobile to appear smaller
-
Resizing image and text on footer on mobile to appear smaller
Thurstings replied to zhanamitkova's question in Coding and Customization
@zhanamitkova Hey, if you message me your login details I can login and look at the ID for that text. I won't be around this weekend, but can look at it early next week if that helps?