• Scrolling down the page, I have a number of headers set up, separating paragraphs. Two of them, interior and cabinets, is correctly centered. Then, using the same settings as the previous header blocks, Commercial and Drywall sporadically move off of center. All are in single columns, aligned center, full width. Using bootstrap 4 theme. Is there any fix for this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • lisa

    (@contentiskey)

    check on CSS like this that might be impacting display:

    #commercial {
    	padding-left: 25%;
    	width: 58%;
    }
    #drywall {
    	width: 70%;
    	align-content: center;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Headers not Centering’ is closed to new replies.