Centralising within my theme

  • Hi Guys!

    Having a slight issue with my site, and could use some code if anyone can help?

    the homepage of my site is centralised with code supplied from an admin before, but it didnt take effect on every other page.. only the homepage.. also.. the top menu i have just added isnt centralised either.. would be a nice fix

    Any help is appreciated!

    Thank you :)

    The blog I need help with is: (visible only to logged in users)

  • Hello

    Please try adding the below code under My Site → Appearance → Customize → Additional CSS::

    .content-area, .large-element, .portfolio-media, .portfolio-projects, .post-thumbnail, .wp-block-image{
    width:100%;
    text-align:center;
    }
    .main-navigation .primary-menu{
    width:100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    For more info see this doc here: https://wordpress.com/support/editing-css/

    Regards:

  • Hi @sendmoreparamedicsuk

    I wanted to add here that this is the support forum for our free sites, but your Business Yearly Plan upgrade includes priority live chat support that you can access 24 hours a day (except major holidays)

    With this in mind you are encouraged to reach out to us here, and we can take a closer look at your issue in realtime. No need to wait for a reply in the forums: https://wordpress.com/help/contact

  • The topic ‘Centralising within my theme’ is closed to new replies.