Center Header Image

Howdy,

I want to center an image above my menu at www.baruchmaayan.com. I am having trouble correcting the css to fix this. Can you direct me please?

<div id="x-section-1" class="x-section sectionimage" style="margin: 100px 0px 0px;padding: 100px 0px 45px; background-color: transparent;">
<div class="x-container max width" style="margin: 0px auto;padding: 0px;">
	<div class="x-column x-sm x-1-1" style="padding: 0px;">
		<img class="x-img x-img-none" src="https://baruchmaayan.com/wp-content/uploads/2018/09/Baruch-Header_sm.png">
	</div>
</div>

Hi There,

Please add the center-text to your section:

<div id="x-section-1" class="x-section sectionimage center-text" style="margin: 100px 0px 0px;padding: 100px 0px 45px; background-color: transparent;">
	<div class="x-container max width" style="margin: 0px auto;padding: 0px;">
		<div class="x-column x-sm x-1-1" style="padding: 0px;">
			<img class="x-img x-img-none" src="https://baruchmaayan.com/wp-content/uploads/2018/09/Baruch-Header_sm.png">
		</div>
	</div>
</div>

Hope it helps :slight_smile:

Thanks, that was it. I appreciate the quick reply.

You are most welcome!

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.