viensia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unordered list only workng in FirefoxThank all you again, and thanks for the csscreator link, Andrew!
Forum: Fixing WordPress
In reply to: Unordered list only workng in FirefoxThank you Andrew! I had looked at other pages with the position:inside; css but they all referred to links or more of a .nav situation, thought that didn’t apply to this. Thanks to everyone for your help, you are all very appreciated!
Forum: Fixing WordPress
In reply to: Unordered list only workng in FirefoxHi Andrew Nevins, it’s at
https://nolagoodeats.com/test/!Thank you!
Forum: Fixing WordPress
In reply to: Unordered list only workng in FirefoxThank, you Sean! I had originally put a display:none in css for the entry-utility and tried to correct it with display:all, don’t ask why.
As I said, I’m still learningForum: Fixing WordPress
In reply to: Unordered list only workng in FirefoxHi WPyogi, “And get rid of the “center” CSS on the list elements”
I’m not seeing that, only in html, which I got rid of, again, please tell me what I am missing??/Forum: Fixing WordPress
In reply to: Unordered list only workng in FirefoxTo esmi:
.entry-utility {
display: all;
}
I believe that this is line 143 in my child theme,please tell me what is wrong with it so that I may fix it,thank you!!Forum: Fixing WordPress
In reply to: Unordered list only workng in FirefoxTo Sean and WPYogi:
Thanks again, still not working. Sean I tried,but came up with the bullets not on the far left, yet not centered next to the text.
WPYogi, I deleted the other css and added in the display: table;
Still not showing next to the “list”, the bullets are centered vertically, but the list still has “extra padding”?Forum: Fixing WordPress
In reply to: Unordered list only workng in FirefoxThank you, Sean! Am working (looking) at it now…
Forum: Fixing WordPress
In reply to: Unordered list only workng in FirefoxLooking at the link, most of the errors are in 2011 and not the child theme. The ones that are in the child theme are for wow-slider. I NEVER touched the 2011 css, thoughts?
Forum: Fixing WordPress
In reply to: Unordered list only workng in FirefoxWow! Didn’t know that there were so many errors in the page, thanks for pointing that out! That said, do any of those errors reflect upon the positioning of the bullets for an unordered list? The page is about to go away, so I’m simply using it as a test page for this. I’ve always appreciated your and WPYogi’s help as I am still learning. But, right now, I just ask that you help me learn what I did wrong with the unordered list. Thank you!!!
Forum: Fixing WordPress
In reply to: Unordered list only workng in FirefoxUpgraded to 3.7.1, problem still exists. Any solutions would be helpful, thank you!!!
Forum: Fixing WordPress
In reply to: Unordered list only workng in FirefoxOh, a friend told me he has the same problem with Metrostyle on 3.6.1(?). Is it simply not doable?
Forum: Fixing WordPress
In reply to: Unordered list only workng in FirefoxAnd therein lies the fussing. That’s cool, I’m happy that I got your attention! It’s an old page that’s about to expire on it’s own, it’s simply live for now. I do have a couple of other pages that I’ve built for friends with wp 3.6, a test on those pages yields the same result.
I’ve looked at the reset css, I really just need some guidance. Thank you!!!Forum: Fixing WordPress
In reply to: Unordered list only workng in FirefoxNot trying to bump this, but thought more info would be helpful.
The html is<div class="wdd"> <ul style="text-align: center;list-style-type: disc;"> <li style="text-align: center;"><em>Calamari</em></li> <li style="text-align: center;"><em>Shrimp Remoulade </em></li> <li style="text-align: center;"><em>Shrimp Cocktail </em></li> <li style="text-align: center;"><em>Mushrooms Stuffed with Crabmeat </em></li> <li style="text-align: center;"><em>Seared Ahi Tuna </em></li> <li style="text-align: center;"><em>Crab Cakes </em></li> <li style="text-align: center;"><em>Spinach and Ricotta Ravioli </em></li> <li style="text-align: center;"><em>Spicy Lobster Rolls </em></li> <li style="text-align: center;"><em>Oysters Rockefeller </em></li> </ul> </div>
The css I’ve added is
.wdd {margin-left: auto; margin-right: auto;}
I know that I’m missing something simple, yet I can’t figure it out.
[Unnecessary comment moderated]Forum: Themes and Templates
In reply to: #supplementary footer not responsive in mobile viewYou are the best!! Thank you so much!