jpt145
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Apple I-Pad, content "too wide" for screenBob, a question and a statement:
.et_bloom
I am assuming refers to the “inline” opt-in form content managed by the bloom plugin….
and where…
.et_bloom_popup
refers to the popup window opt in form (?)
Im going to experiment with this, thank you.
Now, the solution (ahem, HACK) I came up with, was to reduce the margin of the opt-in form on the bottom right of the page. -This is the only element that is too wide for mobile phones. This works almost perfectly. Its slight defect is that on PC browsers the element is about 30 pixels less wide than it could be on the right.
Thanks for your solution, that is the right way.
Forum: Themes and Templates
In reply to: strange border wont respond to cssi’ve played with the CSS of the ‘<img>’ elements too…. no effect.
Forum: Themes and Templates
In reply to: strange border wont respond to cssNot effective.
this does not remove what appears below each of the
<li>
elements…and, yes. I use developer tools. I have tried to access the CSS for that element multiple ways and still cannot remove those damn lines.
Forum: Themes and Templates
In reply to: centering the footer links, help pleaseTHANKS !!!! Athar Ahmed & munirkamal
Thank you !!!Forum: Themes and Templates
In reply to: centering the footer links, help pleaseThe footer is now centered, thank you… but how can I stop it from breaking into a separate line?…. I’d like for it to be on one line.
I’ve tried text-align:center; and I tried giving the both the parent and child elements width:100%;
yet still there is a second line of links… I just need them on one line…
Thanks so much for the guidance.
Forum: Themes and Templates
In reply to: help spotting simple CSS problemLast question….
In order to modify the entire social media feeds box to be the same HEIGHT as the other footer widget boxes, which element’s CSS do I modify?
Forum: Themes and Templates
In reply to: help spotting simple CSS problemYes! I noticed that in google inspector…. there was a ‘first-child’
I didnt design this WP site. The original developer disabled the themes built in footer WP GUI… and wrote his own child footer.php and left me no comments. So when my client asked me to modify the footer elements the entire thing broke and I was left studying someone else’s code line by line. After a while, I gave up because the client wants the footer done by WP Widgets so he can change the elements himself on the fly… but he loved that tab social media feed and I could not find, after extensive searching, a good tabbed social media feed that would integrate as a widget.
Thanks, It works !!!
Thanks a Million Steve!