The-Design-Order
Circle Member-
Posts
29 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Everything posted by The-Design-Order
-
Hello - I am building out a new blog section on this site https://www.straightupbookkeeping.com.au/short-courses/ And want to edit the spacing on just this blog single posts without effecting the code of the other blog. Is this possible to target one? I am hoping to reduce the padding at the top of the individual posts using /* Blog Individual: top space reduce */ .blog-item-wrapper article.entry { padding-top: 80px; }
-
Section Divider Stroke Not Showing Up on Mobile
The-Design-Order replied to kaiz's topic in Site Design & Styles
Me as well. It seems to be not showing just in safari browser. (there should be a vertical line above the image from left to right) I ended up fixing the issue by coding the line to the top border of the section - not sure if this is possible for a curved line?- 10 replies
-
Hi everyone - I am working on this new site - https://leftbankco.squarespace.com/journal and am having issues with the Masonry blog view. This is how the page is viewing at the moment in my incognito browser when the page loads. The entries are overlapping and not viewing correctly. The issue seems to be fixed when you adjust the page size or change the size of your browser window. I am wondering if there is anyway I can get the blogs to load properly straight up? After page resize:
-
Hi everyone - I have a client who is asking for a layout for their work case studies like the layout attached. I am wondering if it is possible to create a repeating structured layout such as this for a blog or portfolio secton? I havent yet built the site - we are only in the design phase atm so I do not have a site to link to just yet.
-
@paul2009I have just taken a look at the google site search option. Thanks so much for suggesting this! It's pretty basic but it most importantly works. I am no coder however and am wondering if there is any way to remove the paid ads from the top of the interface? I am guessing no?
-
How to add in spacing on mobile view
The-Design-Order replied to The-Design-Order's topic in Customize with code
Thanks! This site is pretty heavily laden with code so will have a look in all the places to try and remove it... Or even just increase the spacing a little so it is like that site-wide. Appreciate the help! -
How to add in spacing on mobile view
The-Design-Order replied to The-Design-Order's topic in Customize with code
Thanks so much for picking that up for me @bangank36. So I need to find where that is in the code and remove it? Any tips on knowing where exactly this will be? -
Site URL: https://tmsolicitor.com.au/home Hi all - Just making some updates to my clients site and the padding between elements seems to be automatically getting removed for mobile now it seems. It's been a while since I have touched Squarespace and I am not sure what is happening. I have added spacing blocks below each column but they are not showing when I head into the mobile view. Any help on how to add these in would be marvellous! I dont remember it doing this! 🤷♀️
-
how to style search result page custom css
The-Design-Order replied to Katariina123's topic in Customize with code
@tuanphan is there a way to make the image size larger on just a mobile? The below code works for me responsively but is there a way to make it 100% on mobile view only? /* Image size */ .sqs-search-page-item .sqs-main-image-container { width: 100% !important; }- 16 replies
-
- custom-css
- search
-
(and 1 more)
Tagged with:
-
[Share] Accordion Block: Useful code
The-Design-Order replied to tuanphan's topic in Customize with code
Thanks so much for this @tuanphan! You are a superstar! -
Update! I figured this out. Incase anyone else is having difficulties. I am using Brine. I inspected the elements and it just looks like the naming is slightly different... For the blog headings: h1.BlogItem-title { font-family: 'RoxboroughCF-Regular' !important; } For the list headings: .BlogList-item-title { font-family: 'RoxboroughCF-Regular' !important; font-size: 30px; }
-
@tuanphan - I am struggling to get the code to work on my new site too. .blog-item-title h1.entry-title { font-family: 'RoxboroughCF-Regular' !important; } With no sucess. https://bird-walrus-8l8c.squarespace.com/
-
Adjust poster text size on mobile
The-Design-Order replied to BlindBetty's topic in Customize with code
@tuanphan you did it you amazing thing! Thank you so much. I have also bookmarked your website for future help. I have a few clients asking for more and more difficult SS integrations which I am sure will get to point where I can no-longer figure them out solo. I will no doubt be in touch some time in the future.- 35 replies
-
- nueva-template
- css
-
(and 1 more)
Tagged with:
-
Adjust poster text size on mobile
The-Design-Order replied to BlindBetty's topic in Customize with code
@tuanphan oh great thank you. Although when I try it, it is giving me the same id as the block??? @media screen and (max-width:640px) { /* home-page */ div#block-yui_3_17_2_1_1575266050435_281 .image-card-wrapper .image-subtitle-wrapper * { font-size: 40px !important; } /* Homepage poster h2 */ div#page-yui_3_17_2_1_1575266050435_281 .sqs-block-content h2 { font-size: 20px; } /* Homepage poster h3 */ div#page-yui_3_17_2_1_1575266050435_281 h3 { font-size: 20px; } } It is the text below that I am hoping to increase.- 35 replies
-
- nueva-template
- css
-
(and 1 more)
Tagged with:
-
Adjust poster text size on mobile
The-Design-Order replied to BlindBetty's topic in Customize with code
Hey @tuanphan I am trying to do this too with no luck! I am confused about how to find the div#page id. number to insert into your code above. I think I found the div#block id but an unsure now how to adjust the rest. My site is live here - https://cat-smilodon-zzgl.squarespace.com/home-page Any direction would be amazing as the text on the mobile is tiny! Thanks so much.- 35 replies
-
- nueva-template
- css
-
(and 1 more)
Tagged with: