Hi all,
I have spent the last two days trying to figure the two below problems out that are potentially very simple fixes.
1, The primary menu works perfectly on all pages when on a computer (mac or pc), however when I go on a phone and select the menu icon the only thing that appears is the option to search the website.
- I have found through one of the threads of topics on this useful page how to remove the original footer info found on the shapely theme however it won’t let me add to it the information that I would like. I have used a couple of codes to assist in my websites aesthetics however when I delete these and test both of the above options still don’t work.
Any suggestions? The website in question is www.pottershousebrisbane.com.au
The codes I have in the ‘custom CSS’ area are to do with making the logo larger, removing the information at the footer are as follows.
img.logo {
max-height: 100%;
}
#site-navigation, .nav-bar a {
height: 100px;
}
.footer-credits {
display: none;
}