This topic has 2 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Olga Barlow
Hi,
I have google ads in the header custom HTML section.
My logo is 450 pixels wide.
The google ad is appearing either, straight after my logo, or sometimes over the end of my logo.
I tried to align the header custom HTML to the right, via custom CSS, but I could not get the correct CSS code.
I even tried: <p style=”text-align: right;”> in the header custom code and still did not right align.
How can I make the header custom HTML align to the right?
My logo max width is 450 pixels.
Thanks in advance!
Hello,
Try to add the following code to fix it
.header-standard.header-wrapper header .header-widgets {
width: 70%;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up