Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. M

    CSS Centralise logo

    Thanks for your help! I managed to work out how to get it central without needing that margin code. It turned out that all I had to do was put this: <div class="center"> above the new coding you gave me on October 24 above: <div class="branding"> in my header css file and it's worked!
  2. M

    CSS Centralise logo

    I'm not sure if I can send you the file - It's a very large file. Do you know where abouts the code goes in the file or can it go anywhere? Maybe if I can see an example of what my file should look like with/without the code, that might help?
  3. M

    CSS Centralise logo

    Is there a specific place in my CSS file that it needs to go? I've tried putting it after this section: header .branding { padding: 1rem; } @media (max-width: 575.98px) { header .branding .logoContainer { text-align: center; } } @media (max-width: 767.98px) {...
  4. M

    CSS Centralise logo

    THANK YOU SO MUCH! :D Your codes worked great! My navigation bar got moved to the right hand side of the screen though but I sorted it out by removing some of the </div>'s. My logo is almost central but not quite, it needs to move to just under an inch to the right, in the center of the column...
  5. M

    CSS Centralise logo

    Sure this is my website: www.accessoriesonline.co.uk :D Okay I'll keep that in mind :) Hope you can help! :geek:
  6. M

    If anyone has any hints or tips on how to centralize a website logo, I'd be grateful :) I have...

    If anyone has any hints or tips on how to centralize a website logo, I'd be grateful :) I have used a few different codes like text-align: center; and .site-title-wrapper { text-align: center; } or even .custom-logo-link { display: block; text-align: center; } but nothing has...
  7. M

    CSS Centralise logo

    I understand the necessity of the whole header, if it's okay I will show you the header file privately. Yes the site is live so I'm concerned about changing too much or putting in the wrong code.
  8. M

    CSS Centralise logo

    Thank you for your answer, I have a menu theme and code. I only showed you all the coding for my logo as that is the part I need help with not the navigation. If it helps my WordPress theme is UnderStrap Child.
  9. M

    CSS Centralise logo

    Hi there, I have tried that code but it didn't work - depending on where I put it there were some search bar issues but otherwise the code had no effect. I apologise for not formatting my code properly, I have now edited my original post to show the BBCode feature in use.
  10. M

    CSS Centralise logo

    Hi there, I am trying to centralise my logo on WordPress using the header.php file in the Theme Editor but I'm not sure what the correct code to use is or where the code should go. I've tried a few different codes but nothing seems to happen except my search bar sometimes moves to underneath my...
Back
Top Bottom