covance
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zerif Lite] Menu on smartphone viewThat worked! Thank you!
Forum: Themes and Templates
In reply to: [Zerif Lite] Menu on smartphone viewI am having the same issue
Forum: Themes and Templates
In reply to: [Zerif Lite] collapse fast mobile menuI am having the same problem
- This reply was modified 6 years, 8 months ago by covance.
Forum: Themes and Templates
In reply to: [Zerif Lite] Mobile Site stuckHello Hardeep,
Thanks very much for your response! I was able to fix the site by correcting an DNS error. Now I need to figure out how to stop the menu from immediately closing on mobile version. I can make a new post regarding that.
Forum: Themes and Templates
In reply to: [Storefront] Removing space between header and main navigationThanks for trying! Unfortunately that did not work either. I ended up reducing the size to 150px as you had originally pointed out which made the line smaller in Chrome and somewhat go away in Firefox.
Thank you for spending time replying to my post!
Forum: Themes and Templates
In reply to: [Storefront] Removing space between header and main navigationThanks for your reply! Would you happen to have the code you used to move the breadcrumb area up? I believe I have tried that plugin or a similar one before with no luck.
Forum: Themes and Templates
In reply to: [Storefront] Removing Space Between Header and NavigationThanks for the suggestions!
LogoLogics, unfortunately your code did not have the desired effect.
James Koster, your suggestion did reduce the space, but there is still a gap. How can I move the menu up even further? I tried a negative bottom margin (i.e. -20px all the way to -100px) but it did not cause any changes.
Appreciate the assistance!
Updated Style.css (inside Theme Customizations plugin)
/** * Add any custom CSS here. * * This file will be loaded after all other theme stylesheets. */ .woocommerce-breadcrumb { display: none; } @media screen and (min-width: 768px) { /* LOGO */ .site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link { margin-top: 0px !important; width: 41% !important; /* Use px values if you want, eg. 350px */ } /* SECONDARY NAVIGATION */ .site-header .secondary-navigation { width: 40% !important; /* Use px values if you want, eg. 350px */ } /* SEARCH BAR */ .site-header .site-search { width: 30% !important; /* Use px values if you want, eg. 350px */ } .site-header { height: 150px; padding: 0px; padding-top: 0; margin-top: 0px; margin-bottom: 0px; } } .secondary-navigation a[href*="dribbble.com"], .secondary-navigation a[href*="facebook.com"], .secondary-navigation a[href*="flickr.com"], .secondary-navigation a[href*="foursquare.com"], .secondary-navigation a[href*="plus.google.com"], .secondary-navigation a[href*="instagram.com"], .secondary-navigation a[href*="linkedin.com"], .secondary-navigation a[href*="pinterest.com"], .secondary-navigation a[href*="reddit.com"], .secondary-navigation a[href*="tumblr.com"], .secondary-navigation a[href*="twitter.com"], .secondary-navigation a[href*="vimeo.com"], .secondary-navigation a[href*="wordpress.com"], .secondary-navigation a[href*="www.ads-software.com"], .secondary-navigation a[href*="youtube.com"], .secondary-navigation a[href*="mailto:"], .secondary-navigation a[href*="twitch.tv"], .secondary-navigation a[href$="/feed/"] { text-indent: -9999px; } .secondary-navigation a[href*="dribbble.com"]:after, .secondary-navigation a[href*="facebook.com"]:after, .secondary-navigation a[href*="flickr.com"]:after, .secondary-navigation a[href*="foursquare.com"]:after, .secondary-navigation a[href*="plus.google.com"]:after, .secondary-navigation a[href*="instagram.com"]:after, .secondary-navigation a[href*="linkedin.com"]:after, .secondary-navigation a[href*="pinterest.com"]:after, .secondary-navigation a[href*="reddit.com"]:after, .secondary-navigation a[href*="tumblr.com"]:after, .secondary-navigation a[href*="twitter.com"]:after, .secondary-navigation a[href*="vimeo.com"]:after, .secondary-navigation a[href*="wordpress.com"]:after, .secondary-navigation a[href*="www.ads-software.com"]:after, .secondary-navigation a[href*="youtube.com"]:after, .secondary-navigation a[href*="mailto:"]:after, .secondary-navigation a[href*="twitch.tv"]:after, .secondary-navigation a[href$="/feed/"]:after { font-family: "FontAwesome"; text-indent: 0; display: block; float: left; } .secondary-navigation a[href$="/feed/"]:after { content: "\f09e"; color: #ff9900; } .secondary-navigation a[href*="twitch.tv"]:after { content: "\f1e8"; color: #6441A5; } .secondary-navigation a[href*="mailto:"]:after { content: "\f003"; } .secondary-navigation a[href*="youtube.com"]:after { content: "\f167"; color: #bb0000; } .secondary-navigation a[href*="wordpress.com"]:after, .secondary-navigation a[href*="www.ads-software.com"]:after { content: "\f19a"; color: #0073aa; } .secondary-navigation a[href*="vimeo.com"]:after { content: "\f194"; color: #aad450; } .secondary-navigation a[href*="tumblr.com"]:after { content: "\f173"; color: #32506d; } .secondary-navigation a[href*="reddit.com"]:after { content: "\f231"; } .secondary-navigation a[href*="twitter.com"]:after { content: "\f099"; color: #00aced; } .secondary-navigation a[href*="dribbble.com"]:after { content: "\f17d"; color: #ea4c89; } .secondary-navigation a[href*="facebook.com"]:after { content: "\f09a"; color: #3b5998; } .secondary-navigation a[href*="flickr.com"]:after { content: "\f16e"; color: #ff0084; } .secondary-navigation a[href*="foursquare.com"]:after { content: "\f180"; color: #0072b1; } .secondary-navigation a[href*="plus.google.com"]:after { content: "\f0d5"; color: #dd4b39; } .secondary-navigation a[href*="instagram.com"]:after { content: "\f16d"; color: #517fa4; } .secondary-navigation a[href*="linkedin.com"]:after { content: "\f0e1"; color: #007bb6; } .secondary-navigation a[href*="pinterest.com"]:after { content: "\f231"; color: #cb2027; } .site-search { visibility: hidden; } .site-navigation { margin: 0; } #primary { margin-bottom: 0; } .site-header .site-branding { margin-bottom: 0px; }
- This reply was modified 8 years, 5 months ago by covance.
Forum: Themes and Templates
In reply to: [Storefront] Removing Space Between Header and NavigationNot sure why my link was removed…
https://www.jhulen.com is the URL
Forum: Themes and Templates
In reply to: [Storefront] Removing Space Between Header and NavigationIf it helps, my entire custom.css so far:
/** * Add any custom CSS here. * * This file will be loaded after all other theme stylesheets. */ .woocommerce-breadcrumb { display: none; } @media screen and (min-width: 768px) { /* LOGO */ .site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link { margin-top: 0px !important; width: 41% !important; /* Use px values if you want, eg. 350px */ } /* SECONDARY NAVIGATION */ .site-header .secondary-navigation { width: 40% !important; /* Use px values if you want, eg. 350px */ } /* SEARCH BAR */ .site-header .site-search { width: 30% !important; /* Use px values if you want, eg. 350px */ } .site-header { height: 150px; padding: 0px; padding-top: 0; margin-top: 0px; margin-bottom: 0px; } } .secondary-navigation a[href*="dribbble.com"], .secondary-navigation a[href*="facebook.com"], .secondary-navigation a[href*="flickr.com"], .secondary-navigation a[href*="foursquare.com"], .secondary-navigation a[href*="plus.google.com"], .secondary-navigation a[href*="instagram.com"], .secondary-navigation a[href*="linkedin.com"], .secondary-navigation a[href*="pinterest.com"], .secondary-navigation a[href*="reddit.com"], .secondary-navigation a[href*="tumblr.com"], .secondary-navigation a[href*="twitter.com"], .secondary-navigation a[href*="vimeo.com"], .secondary-navigation a[href*="wordpress.com"], .secondary-navigation a[href*="www.ads-software.com"], .secondary-navigation a[href*="youtube.com"], .secondary-navigation a[href*="mailto:"], .secondary-navigation a[href*="twitch.tv"], .secondary-navigation a[href$="/feed/"] { text-indent: -9999px; } .secondary-navigation a[href*="dribbble.com"]:after, .secondary-navigation a[href*="facebook.com"]:after, .secondary-navigation a[href*="flickr.com"]:after, .secondary-navigation a[href*="foursquare.com"]:after, .secondary-navigation a[href*="plus.google.com"]:after, .secondary-navigation a[href*="instagram.com"]:after, .secondary-navigation a[href*="linkedin.com"]:after, .secondary-navigation a[href*="pinterest.com"]:after, .secondary-navigation a[href*="reddit.com"]:after, .secondary-navigation a[href*="tumblr.com"]:after, .secondary-navigation a[href*="twitter.com"]:after, .secondary-navigation a[href*="vimeo.com"]:after, .secondary-navigation a[href*="wordpress.com"]:after, .secondary-navigation a[href*="www.ads-software.com"]:after, .secondary-navigation a[href*="youtube.com"]:after, .secondary-navigation a[href*="mailto:"]:after, .secondary-navigation a[href*="twitch.tv"]:after, .secondary-navigation a[href$="/feed/"]:after { font-family: "FontAwesome"; text-indent: 0; display: block; float: left; } .secondary-navigation a[href$="/feed/"]:after { content: "\f09e"; color: #ff9900; } .secondary-navigation a[href*="twitch.tv"]:after { content: "\f1e8"; color: #6441A5; } .secondary-navigation a[href*="mailto:"]:after { content: "\f003"; } .secondary-navigation a[href*="youtube.com"]:after { content: "\f167"; color: #bb0000; } .secondary-navigation a[href*="wordpress.com"]:after, .secondary-navigation a[href*="www.ads-software.com"]:after { content: "\f19a"; color: #0073aa; } .secondary-navigation a[href*="vimeo.com"]:after { content: "\f194"; color: #aad450; } .secondary-navigation a[href*="tumblr.com"]:after { content: "\f173"; color: #32506d; } .secondary-navigation a[href*="reddit.com"]:after { content: "\f231"; } .secondary-navigation a[href*="twitter.com"]:after { content: "\f099"; color: #00aced; } .secondary-navigation a[href*="dribbble.com"]:after { content: "\f17d"; color: #ea4c89; } .secondary-navigation a[href*="facebook.com"]:after { content: "\f09a"; color: #3b5998; } .secondary-navigation a[href*="flickr.com"]:after { content: "\f16e"; color: #ff0084; } .secondary-navigation a[href*="foursquare.com"]:after { content: "\f180"; color: #0072b1; } .secondary-navigation a[href*="plus.google.com"]:after { content: "\f0d5"; color: #dd4b39; } .secondary-navigation a[href*="instagram.com"]:after { content: "\f16d"; color: #517fa4; } .secondary-navigation a[href*="linkedin.com"]:after { content: "\f0e1"; color: #007bb6; } .secondary-navigation a[href*="pinterest.com"]:after { content: "\f231"; color: #cb2027; } .site-search { visibility: hidden; } .site-navigation { margin: 0; } #primary { margin-bottom: 0; }
Forum: Themes and Templates
In reply to: [Storefront] White space between Header and Hero imageI am having the same issue at jhulen.com; I can’t get rid of the space between the header and the primary navigation bar no matter what I try.
Forum: Themes and Templates
In reply to: [Storefront] reduce space nav/contentCarlos,
How did you get your menu next to your logo and remove the space between nav and content?
Thanks!