Lazarith
Forum Replies Created
-
@ cruthas,
Did you see the above post by Alchymyth? It might help, here it is:
a partly solution to be added to the end of style.css of the child theme:
[code moderated per forum rules - please use the pastebin]
I used this code and it got rid of the stack that I was having on Android mobiles and iPhone mobiles.
Thank you The_liz for placing a link here, it helped me out with my triple footer stack.
Forum: Themes and Templates
In reply to: Twenty Eleven footer widgets stack on iphoneReceived info from Alycymyth on how to fix the issue with bringing the pages in my menu down just over the line below them. He provided the following code to paste into my child/style.css file and it worked!
#access a {
color: #eee;
display: block;
line-height: 1.25em; /*changed*/
padding: 2em 2em 0; /*changed*/
text-decoration: none;
}Forum: Themes and Templates
In reply to: Twenty Eleven footer widgets stack on iphoneHaaa, you are all awesome!!!
@alchymyth: I used the code (in my child theme of course) you posted to the section where people were having issues with the sidebar in mobile browsers and poof… It worked!
Thanks again!
Forum: Themes and Templates
In reply to: Twenty Eleven footer widgets stack on iphoneThank you very much for posting this solution to the 3 footer issue. I am having a similar issue with the pages in my menu, right under my header titled “Cheeky Mouth.” This is occuring when I view the site on a mobile iOS or Android browser. Any suggestions on what to edit in my child theme?
Forum: Fixing WordPress
In reply to: Centering Menu Bar Text (Twenty Eleven)I was having the same problems and followed Bozz’s direction. After a few hours I finally figured it out and this does work:
“Try this in a child theme of twenty eleven, just copy the twenty elevent style.css to the child theme directory:
here are the changes in the CSS, you’ll have to find the appropriate places in the CSS (or use the !important tag in a blank style.css). These are not intended for direct cut and paste, but they are the relevant CSS to modify to get the nav to align center.
delete from
#access { float:left; }add to
#access { text-align:center; }add to
#access ul { display:inline-block; }edit margin in
#access div {
margin: 0 0 0 0;
}“
Forum: Fixing WordPress
In reply to: Twenty Eleven – How to Center Navigiation Menu?Finally got it. I used the Bozz’s code above, THANKS A TON!!!!
Forum: Fixing WordPress
In reply to: Twenty Eleven – How to Center Navigiation Menu?Can any of you please help me out? I have tried and tried copying the coding above into my twentyeleven-child theme/style.css and I can’t get the pages under my header “Cheeky Mouth” to center.
Can you help? Her is a link to the site:
https://www.cheekymouth.com