Jump to content
Sign in to follow this  
jeffsbesthemp

How do I center my header logo in Platform Pro?

Recommended Posts

jeffsbesthemp

I was able to nudge it over to where I wanted using the chrome developer tools, but it won't save. Simple HTML code for

after the div align stuff moved it where I wanted, but it doesn't stay. I tried the forum topic with the div. etc. align center suggestion marked best answer in the custom css section but it does not do it. my website is : http://jeffsbesthemp.com/wordpress/

Share this post


Link to post
Share on other sites
catrina

The header isn't centering because the social media icons are there on the right. Have you tried this?:

div.branding_wrap {text-align: center;}

(Add it to the base.css file in PlatformBase)


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
Andrew

make the CSS rule more specific... add `body` or `#page` in front of the rule.

Share this post


Link to post
Share on other sites
medp

I have the same problem, but don't know where to put the bit of code? - sorry I'm just a design without much coding skills :-)

Share this post


Link to post
Share on other sites
kastelic

In the dashboard, in the left sidebar under "appearance" click "editor". Then you see the list of all your files in the right sidebar. Under "Styles" you'll see "style.css". This is where you add all your code. Just put it at the bottom.

Share this post


Link to post
Share on other sites
kastelic

Actually, even better is under "Platform Pro" click "settings" and then "custom code". You will see a box for "custom css".

Share this post


Link to post
Share on other sites
jeffsbesthemp

cool! will try it. danke schoen. :)

Share this post


Link to post
Share on other sites
jeffsbesthemp

Worked like a charm. In case anyone ever just wants to copy and paste it, in my custom CSS code section I wrote body div.branding_wrap {text-align: center;} saved it, viewed site, and refreshed the site so the page data was fresh. karmaing both!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×