-
Content Count
3,495 -
Joined
-
Last visited
-
Days Won
92
colin.irwin last won the day on August 21 2020
colin.irwin had the most liked content!
About colin.irwin
-
Rank
Circle Leader
Personal Information
- Website
-
Location
United Kingdom
Recent Profile Visitors
-
adamler reacted to an answer to a question: adding linkedin insight tag to my website
-
davekorns reacted to an answer to a question: How do I create hide/show text on a page, like you see with FAQs?
-
dimitrifayard started following colin.irwin
-
Haseeb started following colin.irwin
-
Jules68 reacted to a post in a topic: How do I delete imported images?
-
Ozner started following colin.irwin
-
robson started following colin.irwin
-
colin.irwin reacted to a status update: Sir. I just wanted to say God bless you and your helpful code.
-
Removing blank spaces between page sections on Index Pages
colin.irwin replied to natasha2's topic in Pages and Content
Can you post a link to the page in question? -
Removing blank spaces between page sections on Index Pages
colin.irwin replied to natasha2's topic in Pages and Content
Try this @sectionpadding: 10px; .index-section:first-of-type .index-section-wrapper.page-content { padding-top: @sectionpadding; padding-bottom: @sectionpadding; } -
Hello Colin,
May i reach out to you about a Linkedin authentication failure? On different post in SQSPC forums this problem is mentiond. Is there any workaround or solution for?
I have a few cliënts for witch this is really important...
With kind regards,
Lammert van der Wal
-
Product price placement
colin.irwin replied to ArtistBillPack's question in Coding and Customization
Which template are you using? Can you post a link to your site?- 7 replies
-
- avenue-template
- style
-
(and 2 more)
Tagged with:
-
No problem!
-
Why do you need them?
-
It's not possible.
-
I would advise against justifying web text. It's a big usability problem. It makes copy very difficult to read particularly, but not only, for dyslexic readers.
-
Do you mean you want it to be a different size on mobile? If so, adding the following to your custom css should help @media only screen and (max-width: 640px) { h4 { font-size: 88px; } } That should work - all you need to do is tweak the 88px to whatever value you want.
-
Responsive mode buttons problem
colin.irwin replied to Ewalia78's question in Coding and Customization
You'll need to set a breakpoint at whatever stage the layout breaks (looks like roughly 1400px wide) At that breakpoint you should target the collection id to restrict the rule to one page and then for the columns that are 4 wide to span 100% of the available width. @media only screen and (max-width:1400px) { #collection-5cda8559cb2c42000142030b section#le-conseil-1 .sqs-col-4 { width: 100% !important; } }- 2 replies
-
- button
- responsive
-
(and 1 more)
Tagged with:
-
In the editor, scroll to the bottom of any page and edit Info Footer Content to remove the text.
-
Edit form placeholder text - CSS
colin.irwin replied to Royster1994's question in Coding and Customization
Try this input.field-element::placeholder { color: red !important; } -
Scale code blocks for mobile
colin.irwin replied to Storyteller's question in Coding and Customization
Please post. a link to your site- 6 replies
-
- custom-css
- text
-
(and 3 more)
Tagged with: