Hello! I am trying to centre two parts of my landing page: the slider image gallery section and also the text section. Both of those are sitting left and at the top of their sections and I’ve tried to use a padding code and it works for every other section except those two.
Hey there
You can use this css code to fix it:
div#text-5 {
text-align: center;
padding-top: 20px;
}