dbliss20
Member-
Content Count
14 -
Joined
-
Last visited
-
Getting button to go below text block in mobile view
dbliss20 replied to dbliss20's question in Coding and Customization
Business plan. thanks! -
Getting button to go below text block in mobile view
dbliss20 posted a question in Coding and Customization
Site URL: https://seabass-vuvuzela-ynfj.squarespace.com/ In mobile view, how can i get the Sign Up Now button to be BELOW the text "Ready to take the next step?" -
bangank36 reacted to an answer to a question: buttons on mobile
-
Thanks! it works well on the first page, but when i try it again on another page, it doesn't seem to work. can you check my work at https://seabass-vuvuzela-ynfj.squarespace.com/features
-
dbliss20 reacted to an answer to a question: buttons on mobile
-
bangank36 reacted to a question: newsletter block height
-
bangank36 reacted to a question: buttons on mobile
-
Site URL: https://seabass-vuvuzela-ynfj.squarespace.com/ For my newsletter, i left title and description blank, how do i make the newsletter block less tall?
-
Site URL: https://seabass-vuvuzela-ynfj.squarespace.com/ I am using spacers to get two buttons side by side. It looks good on desktop but on mobile, it's not stacked evenly. It looks like this on mobile what can i do?
-
dbliss20 reacted to an answer to a question: Second button on Nav bar with different color
-
Second button on Nav bar with different color
dbliss20 replied to dbliss20's question in Coding and Customization
My site is https://seabass-vuvuzela-ynfj.squarespace.com/ I got the buttons to appear on non-mobile devices. However, on mobile, it doesn't show it. Is there a way i can make it work for mobile? -
Site URL: https://seabass-vuvuzela-ynfj.squarespace.com/ I have a vimeo video embedded on my site. If the video is playing, is there a way to prevent SS from launching a promo popup?
-
Second button on Nav bar with different color
dbliss20 replied to dbliss20's question in Coding and Customization
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('.header-actions .header-actions-action.header-actions-action--cta').before('<div class="header-actions-action header-actions-action--cta" id=""> <a class="btn btn--border theme-btn--primary-inverse" style="color: white; border: 2px solid white;" href="/join-now" id=""> Book Demo </a> </div>'); }); </script> I think this works -
Second button on Nav bar with different color
dbliss20 posted a question in Coding and Customization
Site URL: https://harp-bullfrog-34ne.squarespace.com Site password is 2021! I used the following code to add another button on the Nav bar <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('.header-actions .header-actions-action.header-actions-action--cta').before('<div class="header-actions-action header-actions-action--cta" id=""> <a class="btn btn--border theme-btn--primary-inverse" href="/join-now" id=""> Book Demo </a> </div>'); $('.header--menu-open .head -
button link doesn't work unless i clicked near bottom
dbliss20 posted a question in Coding and Customization
Site URL: https://www.acubliss.app Here is code: <div class="image-button-wrapper sqs-col-2" ><div class="image-button sqs-dynamic-text" data-width-percentage="30.8" style="font-size: 30.8%; text-align:center; padding-bottom:1%; margin-right: 0px;"><div class="image-button-inner min-font-set"> <a href="https://register.acubliss.app" class="" tabindex="0">Sign Up Now</a> </div></div></div> Sign Up Now doesn't work unless i click near the bottom border of the button. -
Thanks rwp! i added it but it didn't seem to work.
-
Site URL: https://seabass-vuvuzela-ynfj.squarespace.com/ I added css #block-yui_3_17_2_1_1597694605564_14382 { column-count: 2; } and now this block is not visible in Safari 13 (catalina). On Chrome and FF, it looks ok. Any ideas? https://seabass-vuvuzela-ynfj.squarespace.com/
-
hello, please see graphics below for my questions. I like to all all three buttons on the same line in the page footer. 1. how can i get text to be next to my button, as shown below? 2. how can i get my button text to be on one line instead of wrapping to another line? 3. in the newsletter, how i can get description, email field and button on the same line?