- This topic has 3 replies, 2 voices, and was last updated 5 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Guru Theme Support › How to create a new wrap for genesis_entry_content
Tagged: css, genesis_entry_content, wrap
Hi Wes,
So I have removed the wrap for site inner because I want the backgrounds to be full width (like the homepage), the only thing that I need to figure out is how to get the content centered like the homepage. I assume I have to create a wrap for the genesis_entry_content
?
Do you have any advice on how I can accomplish this? Here is an example of page that illustrates my problem http://traveltopspot.com/compliance/
Any advice or tips would be much appreciated!
Cheers
You can add text-align: center;
to .site-inner
and it will center the content.
Hi Wes, thanks for the tip but the problem remains since there is no padding/wrap around the content so the content still goes to the edge of the screen. Do you have any other tips on how I could create a wrap or padding around the content in my stylesheet so that the pages have the same layout as the homepage.
For example,
Homepage: http://traveltopspot.com/
Sub-page: http://traveltopspot.com/field-service/
Thanks again Wes for taking the time to help!