Page 1 of 1

Index Page Size

Posted: Tue May 19, 2026 10:57 am
by BarryZ
Hello

Having a problem and do not know how to solve this. On this website, we have 10 pages. All pages display a width of 800, EXCEPT for the index page. The index page displays at 360 wide. I am not using any responsive page settings n any page. This only affects the index page.

Re: Index Page Size

Posted: Tue May 19, 2026 11:16 am
by Pablo
You will need to be more specific.
What exactly did you do?
What are your settings?
Do you have a demo?

Re: Index Page Size

Posted: Tue May 19, 2026 11:19 am
by crispy68
It's hard to say. Are you sure the settings for the index page are the same as the others? Do you have a project file you can share so we can see all your settings?

Re: Index Page Size

Posted: Tue May 19, 2026 12:00 pm
by BaconFries
On this website, we have 10 pages
On what website? are you talking about https://www.33alerts.com/ as already mentioned a demo project is preferable this being a copy (basic) of your project the .wbs as it makes is easier to check rather than a url.as the .wbs can be load into the software instead of having to view the source html.

Re: Index Page Size

Posted: Wed May 20, 2026 7:41 pm
by BarryZ
The revised website is not live because of this problem.

Can I upload the source file of the index page and another page? How do I upload these files? Not seeing any option to upload.

Re: Index Page Size

Posted: Wed May 20, 2026 7:43 pm
by Pablo
For information about how to share a DEMO project file, please see this FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134

Re: Index Page Size

Posted: Wed May 20, 2026 9:18 pm
by BarryZ
Yes, I have a demo project. How do I upload the wbs file here? Not seeing any options to upload files.

Re: Index Page Size

Posted: Wed May 20, 2026 9:37 pm
by BarryZ
Pablo—thank you. Here is the link to the wbs "zip" file. All images are included. Only 4 pages are included. Also included is a pdf file that displays the view when the index page is opened in WYSIWYG and how the index page displays in WYSIWYG web view.

https://drive.google.com/file/d/1J3bZ1u ... sp=sharing

Re: Index Page Size

Posted: Wed May 20, 2026 10:53 pm
by BaconFries
Then upload your project (.wbs) to your website or another public server and include the link in your post
Here is the link to the wbs "zip" file
Sorry but this is not what was asked for it is the .wbs file itself. What you have provided would be just like viewing the html of the page. It doesn't show any of the settings you made in the software itself. Can you just provided the .wbs file this way it can be directly opened in the software and be viewed. Example what to look for "yourproject.wbs"

The project file is the first item at the top you see to the right in the Site Manager you will have named it differently than Untitled1 it is the file we need.

Image

Re: Index Page Size

Posted: Thu May 21, 2026 4:10 am
by BarryZ
The first line is "33Alers-01_Project.wbs"
Is this what you are asking for?
https://drive.google.com/file/d/1_4VP7C ... sp=sharing

Re: Index Page Size

Posted: Thu May 21, 2026 6:01 am
by Pablo
The page displays correct for me.
However, there is an error in your settings which may break the page layout.

In Page Properties -> SEO -> Canonical URL, you have entered HTML code. This is not correct.
This should be a URL only.

Re: Index Page Size

Posted: Fri May 22, 2026 1:58 am
by BarryZ
Was the file that I provided the file that you need?

Re: Index Page Size

Posted: Fri May 22, 2026 2:04 am
by BarryZ
Okay, I replaced
<link href="https://www.33alerts.com" rel="canonical">
with
<link href="https://www.33alerts.com"
Saved it. The WYSIYG preview still shows the small width for the index page.

What am I doingwrong here?

Re: Index Page Size

Posted: Fri May 22, 2026 2:40 am
by BarryZ
If I create a new page that is 900 px wide, name it any name (e.g., page-01), add a box that measures 796 px wide, and add an image. This page in View moe displays properly. Looks great. If I rename this page to "index", then this page in View mode displays a smaller width.
Why is this happening?
How do I fix this?

Re: Index Page Size

Posted: Fri May 22, 2026 2:47 am
by BarryZ
i created a new website. Added only two pages -- index and page-01. Pahge-01 displays as expected,and the index page displays with the shortened width.

Re: Index Page Size

Posted: Fri May 22, 2026 5:51 am
by Pablo
Okay, I replaced
<link href="https://www.33alerts.com" rel="canonical">
with
<link href="https://www.33alerts.com"
This is not correct. There should not be any HTML code. just the URL:
https://www.33alerts.com

Also, for some reason you have add this code in Page HTML

Code: Select all

<script src="index.js?v=34"></script>
This should be removed, because the software already generates that code.

There may be other conflicts in your settings but first you will have the basics right.
Because if you add invalid custom code to the page then this will affect the behavior of the page.

Re: Index Page Size

Posted: Fri May 22, 2026 6:35 am
by AliGW
BarryZ wrote: Fri May 22, 2026 2:47 am i created a new website. Added only two pages -- index and page-01. Pahge-01 displays as expected,and the index page displays with the shortened width.
Could you please share this test site (the .wbs file) with us? I cannot replicate your issue here from scratch.

Re: Index Page Size

Posted: Fri May 22, 2026 2:47 pm
by BarryZ
Is there hidden code that WYSIWYG adds to the index.html page? Or is there a "special properties" section for the index.html page?

Re: Index Page Size

Posted: Fri May 22, 2026 2:57 pm
by BarryZ
I did not manually add any HTML code. This is what WYSIWYG automatically added. I created a new website project, and this was auto-added to the the index.html page in this new website.

And when I preview this page, the page displays with the smaller width as I have reported.

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Page</title>
<meta name="generator" content="WYSIWYG Web Builder 19 - https://www.wysiwygwebbuilder.com">
<link href="Website_test_01.css?v=0" rel="stylesheet">
<link href="page-02.css?v=0" rel="stylesheet">
</head>
<body>
<div id="container">
<div id="wb_Shape1">
<img src="images/img0001.png" id="Shape1" alt="" width="930" height="51"></div>
</div>
</body>
</html>

Re: Index Page Size

Posted: Fri May 22, 2026 3:03 pm
by crispy68
I downloaded your file and it is not clear to me your issue.

The index page only has the default view set at 800px wide. When I preview this, it looks correct. Keep in mind anything below 800px is not going to look good on mobile and may cause horizontal scrollbars.

Your master_header page had the default set to 800 and then you added a breakpoint at 800. Why? this is not needed. Also, the breakpoints on your pages should match the breakpoints on your master page if you are going to use them. I see the 'How it Works' page has a 320px breakpoint which doesn't match your master page. You want to be consistent page to page.

Re: Index Page Size

Posted: Fri May 22, 2026 3:07 pm
by Pablo
I did not manually add any HTML code.
The code I am referring to in the project you have shared was not added automatically by the software. You have added this yourself via Page HTML.

Re: Index Page Size

Posted: Fri May 22, 2026 3:35 pm
by BarryZ
Here is a new website with only two pages. I added no code. I added two images to each page. This is about as stock (plain vanilla) as I know how to make a website. When I preview the site using WYSIWYG in Google Chrome, page1 displays properly with the correct size. The index page displays the narrower width. I am absolutely stumped as to what is causing this problem. This started about one month ago.

At first, I thought it was a setting in the website or the browser, but since this smaller width index page also happens in a new website project, it points to either a "bug" in WYSIWYG, or a setting in WYSIWYG, or a corrupt file in WYSIWYG. I am using Version 19.0.4. I've been using WYSIWYG since version 14. I'd give my skill level a "6". I truly enjoy using WYSIWYG and Palo has created a wonderful product. I'm greatful for your help.

I've been asked to create a "DEMO" project. Sorry, but my link below is all I know how to do. If this is not a PROJECT Demo, please share how to create a DEMO project, and I will follow your instructions.

https://drive.google.com/file/d/1OsS4Gq ... sp=sharing
This is a zip file and it contains the entire two-page website.

Re: Index Page Size

Posted: Fri May 22, 2026 3:38 pm
by BarryZ
The HTML code that I shared, I do not recall ever adding this code. Tell me where to look for the code you are referencing.

Re: Index Page Size

Posted: Fri May 22, 2026 3:49 pm
by Pablo
I do not see the issue with project you have shared. For me, it displays correctly as far as I can tell. The page is 800 pixels wide, as you have designed it.
What do you see?
The HTML code that I shared, I do not recall ever adding this code.
Page -> Page HTML -> Between head tags.

Re: Index Page Size

Posted: Fri May 22, 2026 6:04 pm
by crispy68
Your download only contains a text file and a folder with an image. There is no .wbs project file in there. The text file is just the html code. Please provide the actual .wbs file for the project.

Re: Index Page Size

Posted: Fri May 22, 2026 7:39 pm
by BarryZ

Re: Index Page Size

Posted: Fri May 22, 2026 8:01 pm
by Pablo
I do not see any issues with the project.
What do you see?

Re: Index Page Size

Posted: Fri May 22, 2026 8:04 pm
by crispy68
yeah, i don't see anything either. Page 1 and index page look like it does in the workspace. I don't know what you mean by that the index page displays a narrower width. It looks just like in the workspace to me.

So when I preview either page, what should I be looking for exactly? Can you describe what you are seeing?

Re: Index Page Size

Posted: Fri May 22, 2026 8:54 pm
by BarryZ
Please see this pdf file. This shows what I am seeing with the index page.

https://drive.google.com/file/d/1aiV_Jg ... sp=sharing

Re: Index Page Size

Posted: Fri May 22, 2026 9:13 pm
by crispy68
In the last project file you sent, this is what I see in the workspace for the index page compared to the published page (viewed in Chrome):

Image

It looks the same.


In the previous demo you sent, it looks the same also:

Image


And here is the index page compared to the How it Works page when previewed:

Image

Same size as each other.

Have you tried previewing in other browsers? Is your browser showing at 100% (not zoomed)?

Re: Index Page Size

Posted: Sat May 23, 2026 1:38 pm
by BarryZ
Change the zoom
crispy68 -- THANK YOU.

My next questions are:
Is the browser zoom setting set and saved when using the WYSIWYG preview mode?
Is the Zoom browser setting saved for each page?
If I use a reduced zoom setting when previewing the index page and do not revert to 100%, is that reduced zoom setting then attached to that page, so that when I publish that page, that smaller zoom setting is now associated with that published page?

Re: Index Page Size

Posted: Sat May 23, 2026 1:42 pm
by crispy68
The zoom settings in your browser are independent of WB. WB does not control this. WB only controls the workspace zoom. I'm not sure if the WB zoom feature is saved for the project in general or not. That is a Pablo question but I want to say no.

Re: Index Page Size

Posted: Sat May 23, 2026 2:14 pm
by Pablo
I'm not sure if the WB zoom feature is saved for the project in general or not.
Zoom in WWB is a global settings, it is unrelated to browser zoom.

Re: Index Page Size

Posted: Sat May 23, 2026 5:05 pm
by BarryZ
It may be unrelated, but from what I observed, there's some sort of connection. I found that if you opened a WYSIWYG preview and reduced the page from 100% to say 70% or less, then closed the preview without reverting back to the original size, that reduced preview becomes the default size of future previews for that page. If I publish the website with the reduced page sizes, then that page will display in reduced page size when first opened and viewed. I've tested this several times, and the result was exactly the same as I was seeing.

My WYSIWYG skill level is far less than most everyone on here. I felt certain that I caused my problem, but I'll be damned if I could figure it out. Thanks to everyone for your help.

Re: Index Page Size

Posted: Sat May 23, 2026 5:23 pm
by Pablo
It may be unrelated, but from what I observed, there's some sort of connection. I found that if you opened a WYSIWYG preview and reduced the page from 100% to say 70% or less, then closed the preview without reverting back to the original size, that reduced preview becomes the default size of future previews for that page.
This is a browser functionality. Is has nothing to do with WWB.
WWB does not store or control the zoom settings of your browser.

Re: Index Page Size

Posted: Mon May 25, 2026 5:35 am
by BarryZ
Okay. Just reporting what I'm seeing? All is working great now.