sarsells57 on "navigation wrapping to second line"
I have never used pastebin before, so I hope this is correct. <script src="http://pastebin.com/embed_js.php?i=2GhcUKm7"></script> Perhaps I have set up the child theme incorrectly. I have...
View Articlestephencottontail on "navigation wrapping to second line"
In Pastebin, after you hit "Submit", you'll be taken to your paste, and you should simply copy the URL from the address bar and paste the link here. You should make the child theme the same way they...
View ArticlePippin Williamson on "[Plugin: Simple Full Screen Background Image] Don't...
If you refresh the page while in landscape mode, does it show properly?
View ArticleConsciousness on "[Plugin: Simple Full Screen Background Image] Don't want it...
So what I'm referring to is it is distorting the aspect-ratio severely when viewed in mobile in Portrait Mode. Landscape Mode - which would be what it is on a laptop - shows up fine, and landscape mode...
View ArticleConsciousness on "[Plugin: Simple Full Screen Background Image] Don't want it...
Apparently what it's doing is stretching itself out (the height is getting stretched mucho) in order to fit to the screen in the Portrait Mode. I want the aspect-ratio kept the same somehow even in...
View Articlebethkmartin on "[Theme: Make] mobile header moves and blocks menu"
Ok, will give it a try tonight, but will that keep the header background image and menu from overlapping? (I'm guessing not, but will try.)
View Articlesarsells57 on "navigation wrapping to second line"
http://pastebin.com/2GhcUKm7 OK I am going to have to mess around with the child folder now as I did make some other changes today. I added a second menu to the footer. I will delete anything from the...
View Articlestephencottontail on "navigation wrapping to second line"
Looking at your paste, I honestly can't tell where your extra customization options are coming from. If it's possible, you may need to ask whomever was working on the non-profit's website before you....
View Articlesarsells57 on "navigation wrapping to second line"
Thank you for looking. Well there is good news and bad news. I deleted my child theme and started again. All I have in my child folder now is the style sheet. AND my theme now has all the possible...
View Articlestephencottontail on "navigation wrapping to second line"
Your CSS rules in the @media query need to be contained in brackets like so: @media screen and (min-width: 600px) { .main-navigation li:last-child { margin-right: 0; } .main-navigation ul.nav-menu,...
View Articlejanet4now on "navigation wrapping to second line"
The child theme style sheet IS being used, so you set up everything correctly!
View ArticlePippin Williamson on "[Plugin: Simple Full Screen Background Image] Don't...
That shouldn't be happening unless there is some CSS from your theme affecting it. What's the URL to your site?
View ArticleConsciousness on "[Plugin: Simple Full Screen Background Image] Don't want it...
Thank you Pippin. I don't want to make it public - can I submit the url to you via your contact page or some other non-public way?
View Articlebethkmartin on "[Theme: Make] mobile header moves and blocks menu"
okay, adding the line in the CSS definitely helps. The nav menu now opens below the header image like it's supposed to and the header image stays put. But now the header image just slightly overlaps...
View Articlestephencottontail on "[Theme: Make] mobile header moves and blocks menu"
What if you added a bit of top margin to the navigation menu? #site-navigation { margin-top: 5px; } Another option would be to edit the image a bit to slice off a bit of the bottom.
View Articlebrianleejackson on "[Plugin: Icegram] Responsive - Hellobar + Lightbox"
Awesome, I will give it a try this weekend! And then possibly a review on okaymarketing.com :) Thanks for letting me know.
View Articlesarsells57 on "navigation wrapping to second line"
Janet, thank you, but unfortunately it isn't. If I inspect the nev bar, where I have added padding-left:10px; it is not there, and when I inspect the element I see it is referring to the parent.
View Articlesarsells57 on "navigation wrapping to second line"
#stephencottontail i have found out that a plugin called styles has been installed. I have deactivated it as it overrides child themes I believe. So, now what I have is a site with no custom styling....
View Articlestephencottontail on "navigation wrapping to second line"
Oh, something I just noticed. Your child theme's stylesheet has this line: /* =Theme customization starts here/* But that's not the correct way to end a comment, meaning that the browser ignores...
View Article