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!
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!
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.
I hope this solution has helped you!
Best regards,
Victor Silvestre
Thank you! Unfortunately, I cannot get this to work properly.