lewissn
October 10, 2017, 8:59am
#1
Hello! Being quite inexperienced with web development, i’m not sure how to fix a possibly simple problem. The problem being, on Windows computers, the header isn’t aligned properly and ends up out-of-place, also causing the page to be too wide.
My website is: http://mark-nichols.net/
The header, ‘The steps of our system’, is supposed to be below the row of images, not between them.
Could someone give me an idea on how to resolve this issue?
Thanks!
fjrfac
October 10, 2017, 10:33am
#2
From what I’ve seen you should fix these things in your template:
multiple id=“pricing” (id should be unique)
the source of your problem is that class “modular-row” doesn’t exists in your css, just change it to “row”
lewissn
October 10, 2017, 11:21am
#3
Thanks for the advice. I’ll admit i’ve been very messy with the site and most things have the pricing id.
I had to remove some unnecessary info from the images to make it work, as your suggestions didn’t fix it. But thanks anyway!