Jump to content

JTeich

Member
  • Posts

    88
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello! Thanks so much for your quick response. The first one was an easy fix, thanks for that. The second one i *think* i've got. So i made the "page width" wider... which made the text have *more* of a margin. That doesn't make much sense to me (you'd think it would give it less margin) and also you'd think the MARGIN setting would be the one helpful to make the margin bigger, but you're totally right, the margin setting does nothing. Also just for future users who might have this problem - You then have to go back and move the text again, unlike with the margin setting where you see the results as you move the slider. Thanks again. I'm not sure how this might affect tablet screens, (since it creates a *bigger* margin) but i'll try to find one to see if it's ok! Thanks again :)
  2. Hello, I'm having two problems with padding on my site. I'm using 7.1 and i'm sure there's an easy solution, but i can't figure it out. https://www.bankerladiescouncil.ca/ 1. As you can see in the first image the text is falling off the left side of the browser. The editor does NOT allow me to move the text over just a little bit. It only gives me the option to move it over to the right A LOT. Image showing the text too close to the left Image showing how it only allows me to move the text over A LOT - too much. 2. https://www.bankerladiescouncil.ca/contact As you can see in the picture below, my contact page has a white bar at the bottom i can't get rid of. Any help with either of both of these problems would be greatly appreciated.
  3. Thank you so much! I put this code in the blog settings -> advanced, and changed the code to read "white" instead of #f1f. Not sure if that's what you intended, but it worked. You're amazing as usual.
  4. Hello, I can't seem to figure out how to change the H1 on this page https://africanaeconomics.com/defys2?author=6380f1ab1ba71d0ca39f6658 without it also changing the H1 on each individual page like this one https://africanaeconomics.com/defys2/2023/10/28/dr-suzanne-bergeron and this one https://africanaeconomics.com/defys2/2023/7/11/dr-ebun-joseph I've tried putting different kinds of code in different heading areas etc. Thans so much!
  5. Thanks so much, Tuanphan! I was very confused at first, not being able to find this "list" section you were talking about, but it turns out you have to turn off Squarespaces's fancy "fluid engine" feature! This gives more design options. I indeed found what you were talking about, and it's exactly what I need. Unfortunately the autoscroll feature seems to only be accessible to Business accounts. All the same, this was the solution, so thank you so much!
  6. Hey! I don't think i know what you mean. Is this a type of gallery section? I've tried the slideshow gallery, with automatic cycling, but the text is always below the image, not on it. I've replicated this to show you, if you go to the page now. I've tried a summary block with blog posts. It doesn't allow a summary of gallery images, although i have a gallery here. (This isn't the gallery i would use, but it's good enough to figure out the problem) https://roscafederation.squarespace.com/gallery-2 Making a summary of the quotes in blog form also doesn't work https://roscafederation.squarespace.com/quotes "List Section Banner Slideshow" is honestly random words to me :( Could you have a look and also tell me more about "List section banner slideshow"? Thanks so much
  7. Hello https://roscafederation.squarespace.com/ password: roscabanktime This is my first time working with 7.1, and i thought for this website it would be nice to have automatic quotes cycle through on the homepage. I've tried several different things without code, but it doesn't seem possible to do this whether it's with a photo behind it or not. As you can see from the link above I have tried several different things. The first one is using a summary block of blog posts, but there's no option to cycle through quotes, only how many to show. My second attempt, as you can see below that, I tried to use gallery images (the same image over and over) with quotes. But there doesn't seem to be a way to put the text ON the image, only below the image. So my question is: Is there a way i can have some quotes cycle through on the page? At this point i don't care if i can, or have to, put an image behind the quotes. I hope my question makes sense. 7.1 is driving me a bit crazy 🙂 EDIT: I've had to remove my attempts to make the site presentable, but am still interested in help. Thanks!
  8. Hello, I'd like to change all the colours of the index navigation bullets for ONE section. These are the bullets currently. There are great for everywhere else. These colours (orange, purple, and teal) are fine for everywhere else I need them to be different colours for this page https://africanaeconomics.com/africana-portal/ I know it has to be something like the following <style> #collection-638633baa89b9902cf5927fa{ .tweak-index-nav-style-faded-dots .Index-nav.overlay .Index-nav-indicator { background-color: rgba(255,0,116, 0.8); .tweak-index-nav-style-faded-dots .Index-nav-item.active .Index-nav-indicator { background-color: #1034A6; } </style> Thanks so much guys! https://africanaeconomics.com/africana-portal/
  9. Perfect! Thank you so much!
  10. Thank you so much! I need to change the colour of the text too though. I've tried a couple different things to no avail. Here's one attempt that doesn't work 🙂 } .sqs-search-ui-button-wrapper { background: rgba(187,93,129,0.7); p { color: white !important; }} Here's what the Search Block looks like now Thank you so so much.
  11. Hello, I need to insert a Search Block on a couple pages of my site. The reason it has to be a search block and not a search heading is i needed to hide the header on this sequence of pages. Although it's possible to customize the search bar heading in "Site Style", this does not seem to be the case for a Search BLOCK. If you look at this page here https://africanaeconomics.com/portal-main you can see that the search bar is barely visible. So i need to be able to change the colour, font, etc. Does anyone know how i might do that?
  12. Thank you so so much! One thing though. When i look at it in the squarespace mobile preview it looks great, like this But when i pull it up on my own phone, it looks like this. Would you have any idea why that might be? I thought it might be because my screen is extra large (1440 x 2880 pixels), but it doesn't seem to matter what number i substitute for 640px. Thank you so so much!
  13. In my footer i have an image with text (card format). It looks great on a full screen because the text appears to the right of the image. But on tablet and mobile it moves the text to below. Is there a way to keep the text always to the right of the image? Here's the URL again https://africanaeconomics.com/ For clarity here are some images 1. How it looks on full screen (and how i would like it to appear on all devices) 2. How it appears on tablet 3. How it appears on mobile If it helps this is my custom code (in footer) <style> /* portal mobile screens */ @media only screen and (max-width: 640px) { #block-yui_3_17_2_1_1668448990919_3400{ width: 50%; } } /* portal tablet screens */ @media only screen and (max-width: 768px) { #block-yui_3_17_2_1_1668448990919_3400{ width: 50%; } } /* contact mobile screens */ @media only screen and (max-width: 640px) { #block-yui_3_17_2_1_1668546648499_3526{ width: 35%; } } /* contact tablet screens */ @media only screen and (max-width: 768px) { #block-yui_3_17_2_1_1668546648499_3526{ width: 55%; } } </style> Thanks so much guys!
  14. Hello! Thank you so much! Everything is in proper order if looked at in a full sized screen. The first two images reflect this with "Episode 1: Dr Michelle Stack", and her podcast right under her blurb (i have a separate question asking if the audio file can pop out in its own window). Then I have "Episode 2. Upcoming" Dr. Sharon Austin's profile, and will have her podcast below (or hopefully in a pop out window). I've attached images of what it looks like on mobile, where it bunches "episode 1: Dr. Michelle Stack" and "Episode 2: Upcoming" together, then the two blurbs of the guests, then Dr. Stacks audio file last. It would be great if the order on mobile could match the (proper) order on full screen size. Thank you so so much!! (So again, first two images: proper order; last three images: mobile view has it all jumbled) S
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.