laurasharp
Member-
Content Count
16 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
MilaMila reacted to an answer to a question: Increasing the image size in a collage image block on Mobile
-
AkankshaK reacted to an answer to a question: Increasing the image size in a collage image block on Mobile
-
laurasharp reacted to an answer to a question: Image Block Alignment
-
Thank you @tuanphan !
-
laurasharp reacted to an answer to a question: Mobile Footer No Stack
-
laurasharp reacted to an answer to a question: How to force mobile menu to remain on desktop site - v. 7.1
-
laurasharp started following Add borders to website in 7.1 with CSS, Mobile Footer No Stack, Avenue: Change block order on mobile? and 6 others
-
Hey @tuanphan. I tried to insert your custom CSS for a site I am working on, and it didn't work. I am wanting the 2 columns of links to be side by side rather than one on top of the other. Can you please assist? Website is FlyGeorge.com
-
How to force mobile menu to remain on desktop site - v. 7.1
laurasharp replied to Dario's question in Coding and Customization
Is it possible to add a third line to the hamburger menu icon?- 26 replies
-
- navigation
- custom-css
-
(and 3 more)
Tagged with:
-
Avenue: Change block order on mobile?
laurasharp replied to cakalak's question in Coding and Customization
Thank you so much @tuanphan!- 74 replies
-
- avenue-template
- custom-css
-
(and 1 more)
Tagged with:
-
laurasharp reacted to an answer to a question: Avenue: Change block order on mobile?
-
laurasharp reacted to a post in a topic: Video/Image banner loading slow - is there a fix?
-
Avenue: Change block order on mobile?
laurasharp replied to cakalak's question in Coding and Customization
Hi @tuanphan! I would like to switch the ordering of the "Elevate Your Wellness" section of the homepage to where the photo shows before the illustration, header, and body text. I am attaching the mobile view screenshots of what it currently looks like. I would like it to be the same ordering as the sections above and below it, the "Elevate Your Business" and "Elevate Your Impact" sections. Also, could you also help with reducing the large amount of spacing between each of the elements? The website is www.flygeorge.com and password FlyGeorge20! Thanks so much!- 74 replies
-
- avenue-template
- custom-css
-
(and 1 more)
Tagged with:
-
Change header colour and logo on one page
laurasharp replied to noah_collin's question in Coding and Customization
@SquareStudio I tried using this code on my page www.flygeorge.com/why-george and it didn't work. I used the following code.. any suggestions? <style> #header {background-color: #fffff !important;} #header a {color: #093f35 !important;} </style> -
Thank you @PracticalPorpoise! This worked!!!!!
-
This is happening to me too. I've tried exporting as a .png in both AI and PS. Did anyone find a solution?
-
tuanphan reacted to an answer to a question: Increasing the image size in a collage image block on Mobile
-
background image resize for mobile
laurasharp replied to medaquest's question in Coding and Customization
Hi @tuanphan. I am working on https://www.flygeorge.com/about-us (PW: FlyGeorge20!) and am attempting to resize the background (the one with 3 hand-drawn illustrations) for mobile viewing. Can you please help? Here is the desktop view: And the mobile view: -
Increasing the image size in a collage image block on Mobile
laurasharp replied to AkankshaK's question in Coding and Customization
Just found this code from Thompsonweb.design //Collage Blocks Mobile @media (max-width:480px){ .sqs-block-image .design-layout-collage.sqs-narrow-width .image-card-wrapper{ width:100%; margin-top:calc(0%)!important; position:relative} .sqs-block-image .design-layout-collage.sqs-narrow-width.image-position-right .intrinsic,.sqs-block-image .design-layout-collage.sqs-narrow-width.image-position-left .intrinsic{ left:5% } } -
RyanDejaegher reacted to an answer to a question: How to force mobile menu to remain on desktop site - v. 7.1
-
laurasharp reacted to an answer to a question: How to force mobile menu to remain on desktop site - v. 7.1
-
How to force mobile menu to remain on desktop site - v. 7.1
laurasharp replied to Dario's question in Coding and Customization
@ryandejaegher Thank you!! I so appreciate it!- 26 replies
-
- navigation
- custom-css
-
(and 3 more)
Tagged with:
-
How to force mobile menu to remain on desktop site - v. 7.1
laurasharp replied to Dario's question in Coding and Customization
Does anyone know how to make the "burger" lines thicker?- 26 replies
-
- navigation
- custom-css
-
(and 3 more)
Tagged with:
-
Change menu and button fonts with Custom CSS
laurasharp replied to SannaBuckhoj's question in Coding and Customization
Hi @tuanphan. I am also trying to change my buttons to a custom font. I tried the following coding, and it did not work. Can you please advise? Website is www.flygeorge.com and password is FlyGeorge20! /* button */ @font-face { font-family: 'Tox Typewriter'; src: url('https://static1.squarespace.com/static/5dbbda2823e1b16011276261/t/5edaa1171dcce83950c55017/1591386391458/Tox+Typewriter.ttf'); } .sqs-block-button-element { font-family: 'Tox Typewriter' !important; } -
Add borders to website in 7.1 with CSS
laurasharp replied to allered's question in Coding and Customization
Excellent. Thank you @tuanphan! body { border:25px solid #c7ead5; } header { margin:25px 25px 0 25px; } -
laurasharp reacted to an answer to a question: Add borders to website in 7.1 with CSS
-
Add borders to website in 7.1 with CSS
laurasharp replied to allered's question in Coding and Customization
Thanks so much @ChrisBartow! Can you or @allered tell me how I would change the color? I added the hex code in place of the text "solid red", but then the border becomes transparent.