Centering Email and Phone Number Beneath Logo Dawn Header

Hi All,

I’m looking to move the email address and phone number to just below the logo in my header in the Dawn theme. I’d like for it all to be in one line.

Website is: www.rideequistyle.com

TIA!

Hello CatWinter,
We will need to make some small changes to the HTML and CSS. Follow the steps below, as demonstrated in the video.

pic result:

Step 1:
First, access the div with the class “text-align:right”. Inside this div, remove the divs containing the phone number and email.

Step 2:
Now, access the div with the class “header__heading-logo-wrapper”, which contains the logo. Create a new div with a class (I named it according to your preferences) and place the divs of the phone number and email inside this new div that we just created, right after the closing tag of the “header__heading-logo-wrapper” div.

Step 3:
Replace the phone number and email divs with spans, to make them inline elements.

Step 4:
Next, apply the “margin-top: 1em” declaration to the div we created with the class “container__email-phone”

video:
https://youtu.be/ZygzVzxxrWg

I hope this solution has helped you!
Best regards,
Victor Silvestre

Thank you! Unfortunately, I cannot get this to work properly. :tired_face: