• Hello,

    I took over a site which is in WordPress using the Twenty Ten theme. After the upgrade of WordPress, I upgraded the theme — I believe from 1.1 to 1.5. Now the top banner and the navigation has shifted to the right:

    https://www.farhoumanddentistry.com/

    Any assistance would be appreciated!

    Thanks in advance!
    Mitko

Viewing 4 replies - 1 through 4 (of 4 total)
  • Looks like the theme was probably modified – and the changes were then overwritten when you updated the theme – that’s why you should fix this by using custom CSS plugin such as Custom CSS Manager. Then try adding this CSS:

    #access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
        width: 1004px;
    }
    
    #access {
        width: 1004px;
    }
    Thread Starter websage

    (@websage)

    Thank you so much! I think it improved it:

    https://www.farhoumanddentistry.com/

    Now, how to hide the Site title and instead show only the banner?

    Currently, it is showing Farhoumand Dental in H1…

    Thread Starter websage

    (@websage)

    Oh, and how to hide the comments on the static front page?

    Thanks so much!

    Try adding:

    #site-title, #site-description {
        display: none;
    }

    To turn off the comments, go to that page on the pages screen, click on Quick Edit and uncheck “allow comments”

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Theme upgrade shifted top banner’ is closed to new replies.