• I can’t work out what I’m missing but no matter what I do, my only option is to have my site logo large and in the middle of the top of my page. I would like it to be like the demos with a ~200px logo to the left and a space to the right for Mediavine to place an ad, but when I go header>primary header>style and select anything with a left justified logo, it still stays in the middle (even when I upload a small file of my logo, it stretches it, and when I try to add a header sidebar widget, it goes above the site logo.

    What am I missing here?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @briankelleher ,

    Thank you for writing in,

    I just checked your site and the logo seems to be aligned perfectly on the left side along with a space on the right side. Are you still having any problems with it? Please let me know if you are.

    Regards,
    ThemeGrill Support Team

    Thread Starter briankelleher

    (@briankelleher)

    HI @bikku – I waited a few days and saw you had stopped responding to tickets so I paid a developer to fix the issue.

    This should work. I just added it to my site and it comes out perfectly.

    #header-left-section {
    	float: left;
    	width:50%
    }
    
    #header-right-section {
    	float: right;
    	width: 50%;
    }

    Add it to the “Additional CSS” section under Appearance>>Customize.

    • This reply was modified 3 years, 4 months ago by Gestroud.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to left justify logo an place ad to the right of header?’ is closed to new replies.