• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Strange spaces in my webpage?!!!

New Here ,
Feb 04, 2016 Feb 04, 2016

Copy link to clipboard

Copied

Hi guys,

A couple of month ago when I last checked our website it looked alright. But all of a sudden it become quite the mess!

Screen Shot 2016-02-05 at 10.08.19 am.png

This page was in line and all was good. But now there's plenty of gaps created and spaces where they dont need to be! When I check the coding, it was all good. So what could be the cause?

Is it a bug?

Can someone help me with fixing the issue?

Please?

Thanks!

Views

383

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Feb 08, 2016 Feb 08, 2016

That is more information.
Then it is breaks that is a line break. You will have put those in editing the small product layout. Did you edit the layout in the admin with the normal editor? Not designed for coding so that will have caused it.

Go to the small product layout, go in code and you just need to delete those breaks.

Votes

Translate

Translate
Enthusiast ,
Feb 04, 2016 Feb 04, 2016

Copy link to clipboard

Copied

Hard to tell without the code. Likely to involve float and clear css properties, though.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 04, 2016 Feb 04, 2016

Copy link to clipboard

Copied

Hi Robert,

This is the code I have:

<table width="100%" cellpadding="5" border="0">

                     <tbody><tr>

                       <td colspan="3"><h2>X Gondola, Classic</h2></td>

                       </tr>

                                   

                                                <tr>

                                                    <th><strong>Specs</strong></th>

                                                    <th><strong>Code</strong></th>

                                                  

                                                </tr>

                                           

                                                <tr class="blueRow">

                                       <td>670Lx670Wx1350H</td>

                                       <td>GCXD66</td>

                                     

                                     </tr>

                                           

                                                <tr>

                                       <td>900Lx900Wx1350H</td>

                                       <td>GCXD99</td>

                                     

                                     </tr>

                                              

                         </tbody></table>

What do you think?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Feb 04, 2016 Feb 04, 2016

Copy link to clipboard

Copied

Yep, that's definitely a table. Can't say much else about what you've shown here.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 04, 2016 Feb 04, 2016

Copy link to clipboard

Copied

Go into the code and delete your spacing and gaps... You will likely find that you press delete and nothing happens.. IF the CSS is fine you will have edited the code in something strange and got a hidden characters in there which WILL blow out content.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 08, 2016 Feb 08, 2016

Copy link to clipboard

Copied

Hi Liam, thanks so much. I do think its the hidden character in the CSS. How do I go about fixing this? Where do I go to edit the CSS?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 08, 2016 Feb 08, 2016

Copy link to clipboard

Copied

I think your misunderstand your assuming it is your CSS causing it, you not provided a link so it is always a lot harder to help without one to see the issue directly.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 08, 2016 Feb 08, 2016

Copy link to clipboard

Copied

Hi Liam,

My assumption is based on checking out the CSS of the webpage from my google chrome. The <br> codes are the things that created the strange spaces. All I need to do it delete them from BC correct? How do i do that?

Screen Shot 2016-02-09 at 10.26.40 am.png

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 08, 2016 Feb 08, 2016

Copy link to clipboard

Copied

Hi Liam,

Sorry, the link is: Gondolas | Creative Displays

thank you

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 08, 2016 Feb 08, 2016

Copy link to clipboard

Copied

That is more information.
Then it is breaks that is a line break. You will have put those in editing the small product layout. Did you edit the layout in the admin with the normal editor? Not designed for coding so that will have caused it.

Go to the small product layout, go in code and you just need to delete those breaks.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 09, 2016 Feb 09, 2016

Copy link to clipboard

Copied

LATEST

THANK YOU LIAM! YOU'RE A LEGEND

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines