M
moeltmann
New Member
Need help with “Prosperity for the People” on Vision and Values page – it is not centered on mobile view.
The site I need help with is goodweatherfordc
I have found multiple examples of CSS code to add, but none work as I don't believe I am using the right ID. Below is sample code I have tried:
@media only screen and (max-width: 768px) {
/* Target your headings here */
#wpadminbar {
text-align: center;
}
The site I need help with is goodweatherfordc
I have found multiple examples of CSS code to add, but none work as I don't believe I am using the right ID. Below is sample code I have tried:
@media only screen and (max-width: 768px) {
/* Target your headings here */
#wpadminbar {
text-align: center;
}