-
Content Count
35 -
Joined
-
Last visited
Personal Information
-
Location
Pakistan
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Claire_auck reacted to an answer to a question: Resizing buttons for mobile view
-
moeezali reacted to an answer to a question: Resizing buttons for mobile view
-
Resizing buttons for mobile view
moeezali replied to BritterBeez's question in Coding and Customization
@BritterBeez Please check if this works for you: @media(max-width: 767px) { a.sqs-block-button-element { padding: 0.8em 0.3em !important; display: inline-block; } } -
Resizing buttons for mobile view
moeezali replied to BritterBeez's question in Coding and Customization
Hi @BritterBeez Could you share your website link here? I will send you the css code. -
Hi @LaLune Share your website link I will send you the custom css code to fix navigation spacing issue.
-
Code for adding alternate banner image on mobile
moeezali replied to KingdomCreativeCo's question in Coding and Customization
Hi @KingdomCreativeCo I see you have Index Collection as homepage and It has Introduction as the first section. Just add another section below Introduction. This would be for mobile add image that you built for mobile version. And then add this in Custom CSS: @media(min-width: 768px) { .homepage .Index section:nth-child(2) { display: none; } } @media(max-width: 767px) { .homepage .Index section:first-child { display: none; } } This css will hide the first section on mobile version and the newly added second section on the desktop v -
Hi @RecapRabbitHole Navigate to your Blog Settings and increase the number of posts per page to 10 (see attached). then paste this code in Custom CSS @media(max-width: 767px) { .blog-basic-grid article.entry.blog-item:nth-child(9), .blog-basic-grid article.entry.blog-item:nth-child(10) { display: none; } } let me know if you still have any confusion.
-
moeezali changed their profile photo
-
Trouble editing text size of a summary block
moeezali replied to GovConChris's question in Coding and Customization
Hi @GovConChris Sure, It's possible just share your site link with me I can help you. -
Hi @kvn0221 Can you please share the link of your site?
-
Change background color of the entire footer area?
moeezali replied to adamwentworth's question in Coding and Customization
@tuanphan oops sorry I should have tagged @adamwentworth. Sorry my bad!- 16 replies
-
- background
- color
-
(and 1 more)
Tagged with:
-
Change background color of the entire footer area?
moeezali replied to adamwentworth's question in Coding and Customization
@tuanphan If I can see the site I can tell you the solution in a moment.- 16 replies
-
- background
- color
-
(and 1 more)
Tagged with:
-
tuanphan reacted to an answer to a question: Centralize Blog Title
-
Hi @alyssameyyy Use this CSS code: .homepage .summary-title { text-align: center; }
-
Change background color of the entire footer area?
moeezali replied to adamwentworth's question in Coding and Customization
@tuanphan I can't see anything here it says that it's a private site: https://bamboo-dalmatian-3exg.squarespace.com/- 16 replies
-
- background
- color
-
(and 1 more)
Tagged with:
-
The menu panel doesn't go away in Mobile mode
moeezali replied to Kai_Tang's question in Coding and Customization
Hi @Kai_Tang Can you share link to your site? -
Change background color of the entire footer area?
moeezali replied to adamwentworth's question in Coding and Customization
Hi @adamwentworth Just simply trying using this. It should work. footer, footer * { background-color: black; }- 16 replies
-
- background
- color
-
(and 1 more)
Tagged with: