Jump to content

Problem with checkout page layout


kerrya

Recommended Posts

6 hours ago, kerrya said:

My product add on page is the worst looking page ever.

i've seen plenty of WHMCS sites worse than that! 😲

6 hours ago, kerrya said:

I can’t find out what’s causing the bad layout. The column is very narrow and I can only have two add ones or the third just sits on top of the other two.

any ideas on how to fix this?

two thoughts (second will likely be the most relevant).

  1. don't include colons in the product addon content as it will enable Feature Highlights - e.g if using an image, don't use...
    <img src=https://globalstarwebsites.com/wp-content/uploads/2020/11/backup-website-daily-works.jpg"

    there's a missing double quote, but it should be...

    <img src="//globalstarwebsites.com/wp-content/uploads/2020/11/backup-website-daily-works.jpg"

    similarly, there are colons in your inline CSS styling, so you would be better off using css classes, or resize images to avoid the need to redefine their size in the html.

  2. there is a <div> in the middle of your first addon description after the above image - that either doesn't need to be there, or should be closed (as it is in the second addon).

again, there are inline styling using colons with the above divs that will no doubt be causing additional issues, but primarily, I think the layout issue is caused by the opened div that should be closed.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated