I am working on a site where the home page is a basic html page. I want to style the other basic pages differently. I went into the layout.html file and added:
<style class="text-content">
h2 {padding: 0 14% 0 14% !important;}
p {padding: 0 14% 0 14% !important;}
</style>
It worked for the top h2 and text content but not all of it. Is there a better/different way to do this?
Share this post
Showing 1 reaction
Sign in with
Act for America
Greg Evers for Congress
Marston Digital Solutions
Certified Architect
Certified Expert
endif logic tags.
I am thinking there is a way to style the padding of the width container or content wrap but I haven’t been able to figure that out.