Adjust text width on custom page 2011 child theme
-
I created a custom page at prosocialroi.com/confirmation with help from WP Codex and tipsandtricks tutorial.
The page is designed to act as a sales page or a confirmation page so the full width is displayed and there’s no sidebar — see https://pastebin.com/3NTvyxY4.
In the .css I added the following code to adjust the width of the text to 70% of the page width:
.confirmation {width: 70%;}
However, the text didn’t readjust to 70%. I tried other properties like the following but the text isn’t readjusting:
.confirmation {width: 70%; margin-left:auto;
margin-right:auto;}What am I missing?
- The topic ‘Adjust text width on custom page 2011 child theme’ is closed to new replies.