Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter isaacjacobs

    (@isaacjacobs)

    The strange thing is, the menu appears fine on mobile devices with a main menu button replacing the menu but on mac chrome the menu vanishes at a point on shrinking the window.

    Thread Starter isaacjacobs

    (@isaacjacobs)

    I’ve been using the Custom CSS function in a child theme and I think the issue is one of my navigation mods as the parent theme isn’t having the issue. Still at zohrajacobs.com

    Please see my mods below:

    /*
    */
    .tag-links {
    	display: none;
    }
    
    .entry-title {
    	font-family: Playball, Garamond, serif;
    	font-style: normal;
    	text-align: center;
    	font-size: 2.2em;
    }
    
    footer .date-link a {
    	font-family: Muli, Garamond, serif;
    	font-style: normal;
    }
    
    .entry-content blockquote:before {
    	color: #111;
    	content: '“';
    	font-family: "Norticia Text", "Bitstream Charter", serif;
    	font-size: 94px;
    	font-size: 9.4rem;
    	line-height: 1;
    	position: absolute;
    	top: -.15em;
    	left: -.67em;
    /*centre navbar links*/
    	position: relative;
    }
    
    /* =Menu
    ----------------------------------------------- */
    #access {
    	background: #E5E5E5;
    	clear: both;
    	display: block;
    	float: left;
    	margin: 0 auto 3.23em;
    	width: 100%;
    }
    
    #access ul {
    	list-style: none;
    	margin: 0;
    	padding-left: 0;
    	clear: left;
    	float: left;
    	position: relative;
    	left: 50%;
    }
    
    #access li {
    	float: left;
    	position: relative;
    	font-style: Lato, sans-serif;
    	text-transform: uppercase;
    	right: 50%;
    }
    
    #access a {
    	color: #000000;
    	border-bottom: .037em solid #d6d4d4;
    	display: block;
    	line-height: 3.23em;
    	margin: 0 1px 0 0;
    	padding: 0 28px;
    	font-family: Lato, Helvetica, sans-serif;
    	font-style: bold;
    	text-decoration: none;
    }
    
    #access ul ul {
    	background: #b12930;
    	border-top: 1px solid #a41c23;
    	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    	display: none;
    	float: left;
    	position: absolute;
    	top: 3.5em;
    	left: 0;
    	z-index: 99999;
    }
    
    #access ul ul ul {
    	left: 100%;
    	top: 0;
    }
    
    #access ul ul a {
    	border: none;
    	color: #ffe8ef;
    	margin: 0;
    	padding: 0 28px;
    	width: 200px;
    	height: auto;
    }
    
    #access ul ul li {
    	border-bottom: 1px solid #a41c23;
    }
    
    #access li:hover > a {
    	border-color: #b12930;
    	color: #fff;
    }
    
    #access ul ul :hover > a {
    	background: #ac242b;
    	color: #fff;
    }
    
    #access ul ul a:hover {
    }
    
    #access ul li:hover > ul {
    	display: block;
    }
    
    #access li.current_page_item a,
    #access li.current-menu-item a {
    	border-color: #b12930;
    }

    Thanks again

    Thread Starter isaacjacobs

    (@isaacjacobs)

    Ok, I’ll check this out. I tried plugins with no luck. I set up a child theme through a plugin and to be honest it’s still a bit over my head with all of this. I lost plenty of edits previously and I hope I don’t do it again! Thanks for your help. I would love to find the source code to replace and see if I can fix it manually as I feel that would be simpler and less dangerous?

    Thread Starter isaacjacobs

    (@isaacjacobs)

    Sorry it’s zohrajacobs.com Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)