-
Content Count
46 -
Joined
-
Last visited
Reputation Activity
-
jonaverill got a reaction from IXStudio in Hide Price in "You might also like section" of shop 7.1
Hi Studio 2,
Try:
.product-price
{
display: none;}
-
jonaverill reacted to cmography in Center Align Button on Mobile
This solved it!
@media(max-width: 1220px) { .homepage .sqs-block-button .sqs-block-button-container--left { text-align: center; } }
-
jonaverill reacted to Ueli in Footer lifting off bottom of page
Chatted with someone from sq today and he said he'd put in a feature request, and that I should look for help in the forum...
-
jonaverill got a reaction from tuanphan in Footer lifting off bottom of page
Has anyone found a better solution for this.
A page where the content height is quite small so the footer lifts off the bottom. I can put a lot of padding or a big block at the bottom.
Looks pretty ugly though. Just wondering is it something obvious or if theres some code to help out.
-
-
jonaverill reacted to paul2009 in 2 navigation systems in one site
On a site with two languages, this is exactly how it works. One nav for English, one for another language; only one shown at once.
If you think of the two events as two different languages, you can build it in the same way. @bradgood wrote a great guide that you should find useful: How to setup Multi-language content on any Squarespace template.