Issue with CSS section of my page

Hi, Thankyou for your support. I am sorry I cannot explain my issue to clearly but I have an issue with the B and B demo .

I have the latest Theme version installed, all plugins up to date. I have deleted the page in question and started again. SO now I am stuck.

BAsically the section is elongated and out of shape, but the exact same code is used on 4 other pages and is working fine. I have deleted the section and page and still no good.

It should look like this;

Instead it looks like this;

The website page in question is;

Thankyou in anticipation of your help

Hi Gareth,

Thanks for reaching out.
I have checked and compared the pages where the section is working and the URL you shared. I have found that you might have added some custom code into the Text element which shows the output here. In the case of the shared URL an extra <b> tag is added with the code and that is the reason behind your issue. I went ahead and removed the code through the browser debugger tool and it resolves the issue. I would suggest you check the content added to the specific page and remove the additional content to get rid of this issue.

Hope it helps.
Thanks

Hi, Tristup
Thanks so much for your speedy reply. I have tried to resolve this but still it presents. When viewed on frontend it still appears. I have attached in my secure note my details for you to have a look in the back end if that is ok.

Hi Gareth,

I have checked it by duplicating the content into a Test page and found that the previous section is having an open <b> tag which is not closed. That is the reason behind your issue. Please check the given screenshot and close it on your page.

Screenshot-2022-01-17-171210

Hope it helps.
Thanks

I got it. Thanks so much. I was looking in the section that was affected and not in the section above where th eopen bold tag was left open. I thankyou so much. Can I ask how you used th eDebugger mode, this is something I have not yet learned?

Hi Gareth,

Glad that we are able to help you. You can use the Edit As HTML in the Elements Section to debug the HTML in the Browser directly.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.