• Hi! I attempted to add a search function to the nav menu without creating a child theme (I’m new to wordpress). I added it to the functions.php and now my site, admin page, and all related pages are showing up as blank, even though I deleted the edit. Is there anything that I can do?

    This is my site: rtptech.x10.mx

    This is the css I attempted to add:
    .main-navigation {
    position: relative;
    }

    .header-search {
    /* (remove float:right;margin-top:-40px;) */
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    }

    Any help would be much appreciated! I’m nearing the end of my internship and can’t start from scratch again!

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Site Loading But Showing Blank Page’ is closed to new replies.