Buggy Header/Footer areas?

  • Author
    Posts
  • #26824
    Sarah

    I have a slight issue with the Nirvana theme (well, a child theme of it, anyway) – my menus have defaulted to stacking vertically, as have the social media icons. I’ve got no idea why, and I’ve gone through all the settings but can’t seem to change this. Anyone have any suggestions? You can see the issue at http://www.hema-open.co.uk.php54-2.ord1-1.websitetestlink.com/

    #26825
    Sarah

    I’d also like to get rid of the random ‘Skip to Content’ text that’s glued itself to my menu!

    #26826
    Kay
    Cryout Creations mastermind

    Your child theme is missing all CSS because of this faulty line:

    @import url(“../nirvana/style.css”);

    Delete the extra characters and make sure that line is:

    @import url(../nirvana/style.css”);

    Good luck!


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #26827
    Sarah

    I’d like to know how to resolve it anyway.

    Best, Sarah

    #26828
    Sarah

    Ah! Well spotted! No idea how that got in there. I will have to order a dialling wand, I fear. Many thanks!

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Buggy Header/Footer areas?’ is closed to new replies.