• I have made some changes to my site in the dashboard, and then updated them, when I look at the site the changes have been made but the formatting (placement on the page) is not correct. site is TTAworkshops.com under seminars, the names of the presenters should be under the topics.
    Any help would be appreciated

Viewing 1 replies (of 1 total)
  • Geoffrey Shilling

    (@geoffreyshilling)

    Volunteer Moderator

    It looks like the CSS is seeing spaces instead of a new line. Are you using the standard editor or are you using any kind of page builder? Can you switch to the HTML tab and make sure the names of the presenters are on the line after the topics. Example:

    Instead of this:
    <p style="text-align: left;"><strong>10:00 – &nbsp;11:30 – ADSB, What it is, How to get it and solutions for your aircraft &nbsp;</strong> &nbsp; &nbsp;Brian Babik – Appareo/Stratus</p>

    How about this:

    <p style="text-align: left;"><strong>10:00 – &nbsp;11:30 – ADSB, What it is, How to get it and solutions for your aircraft &nbsp;</strong>
    Brian Babik – Appareo/Stratus</p>

    Does that make any difference?

Viewing 1 replies (of 1 total)

The topic ‘Website text doesn't match dashboard text’ is closed to new replies.