Mareina Posted November 17, 2021 Share Posted November 17, 2021 Site URL: https://crimson-maroon-jytb.squarespace.com/ Hi guys, for some reason my text is shown with an automatic indent when I look at the preview (it doesn't show like this when I edit the page). I didn't use the automatic numbering tool and tried to remove formatting etc., but can't seem to find what's wrong. Has someone maybe an idea on where the issue would be? Thanks heaps! Marina Link to comment
SquareRefresh Posted November 18, 2021 Share Posted November 18, 2021 9 hours ago, Mareina said: Hi guys, for some reason my text is shown with an automatic indent when I look at the preview (it doesn't show like this when I edit the page). I didn't use the automatic numbering tool and tried to remove formatting etc., but can't seem to find what's wrong. Has someone maybe an idea on where the issue would be? Hey @Mareina can You pease make You site like password protected and provide the password? Mareina 1 SquareRefresh, premium plugins & templates that have an elevated feel. Plugins: Have your site stand out. Templates: Our templates are designed with versatility in mind.Get Freebies: Sometimes things in life are free. Browser our hand selected free plugins. Link to comment
Mareina Posted November 22, 2021 Author Share Posted November 22, 2021 Sure - password is gallaghergrant. The page is under Coaching and High Performance Business Development.= Thanks heaps! Link to comment
SquareRefresh Posted November 22, 2021 Share Posted November 22, 2021 4 hours ago, Mareina said: Sure - password is gallaghergrant. The page is under Coaching and High Performance Business Development.= Thanks heaps! Looks like You have a problem with a markup in Your code block. SquareRefresh, premium plugins & templates that have an elevated feel. Plugins: Have your site stand out. Templates: Our templates are designed with versatility in mind.Get Freebies: Sometimes things in life are free. Browser our hand selected free plugins. Link to comment
Mareina Posted November 22, 2021 Author Share Posted November 22, 2021 Thanks, do you have an idea how to fix it? I'm not sure where the problem would be? Thanks again Link to comment
tuanphan Posted November 25, 2021 Share Posted November 25, 2021 On 11/22/2021 at 9:20 AM, Mareina said: Sure - password is gallaghergrant. The page is under Coaching and High Performance Business Development.= Thanks heaps! Can you check password? I have dealt with some similar problems on the Forum. A common problem is the lack of a closing tag. You can post all current code in Code Block, we can take a look Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Mareina Posted November 26, 2021 Author Share Posted November 26, 2021 Thanks for your reply. Password should be gallaghergrant That's how the description is currently set up. The heading is a text block - could this maybe be the issue? <div class="dropdown"> <p3>Start with the end in mind (Covey). Confirm your Destination (Vision) from where you are now (SWOT). Define your business Purpose, Values and Culture so you can set your Strategy for success. Learn how highly effective, high performing people become that way.</p3> <div class="answer"> <p><b>Objectives</b></p> <p>text text text text</p><br> <br> $120 </div> Link to comment
tuanphan Posted November 27, 2021 Share Posted November 27, 2021 On 11/26/2021 at 9:32 AM, Mareina said: Thanks for your reply. Password should be gallaghergrant That's how the description is currently set up. The heading is a text block - could this maybe be the issue? <div class="dropdown"> <p3>Start with the end in mind (Covey). Confirm your Destination (Vision) from where you are now (SWOT). Define your business Purpose, Values and Culture so you can set your Strategy for success. Learn how highly effective, high performing people become that way.</p3> <div class="answer"> <p><b>Objectives</b></p> <p>text text text text</p><br> <br> $120 </div> You used 2 opening div tag, so you need 2 closing </div> but in your code, I see 1 closing </div> only, so you try edit your code to <div class="dropdown"> <p3>Start with the end in mind (Covey). Confirm your Destination (Vision) from where you are now (SWOT). Define your business Purpose, Values and Culture so you can set your Strategy for success. Learn how highly effective, high performing people become that way.</p3> <div class="answer"> <p><b>Objectives</b></p> <p>text text text text</p><br> <br> $120 </div> </div> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment