dssguy99
Forum Replies Created
-
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] Mobile is not workingissue fixed, was a caching issue.
I have found this section here in my inspect element, but when I change that padding it also changes the long menu bar…does anyone know how to change the drop down menu bar only?
media=”all”
.navigation-main a {
color: white;
padding: 10px;
position: relative;
}Yes I removed that. Did I screw the theme up by doing that?
See now, I deleted my text but that grey line is still there.
that was the footer that came with the theme. I only added in that text to the top line.
Crouching –
Not to drive you crazy with all my questions…but what do you thin the easiest way is for me to have this sort of list on the individual chapter pages. Here is the list: https://www.ushistoryapnotes.com/american-pageant-chapter-outline/
And for example, I want to have a chapters list on these pages: https://www.ushistoryapnotes.com/american-pageant-chapter-outline/chapter-1/ so the user can navigate to any chapter. I need some sort of left menu sidebar, but only on certain pages. Can you let me know the easiest way to do that?
Ya, I took it too…was very tough, but have all these notes so Im posting them to see if they can be used by anyone.
How about that footer…you see its not moving?
Actually, it worked for the top but not the bottom on all pages. Any suggestions?
that worked!
Forum: Fixing WordPress
In reply to: text not wrapping to image in iphone SafariI have found this in my style sheet which I believe is what jose is mentioning:
/* Floated content doesn’t work well at this size */
.alignleft,
.alignright {
float: none;
margin-left: 0;
margin-right: 0;Can someone please clarify to me if this is the issue and how I can turn off the feature?
Forum: Fixing WordPress
In reply to: how to fix css so paragraph breaks insert automaticallyOk, I fixed it, I found the 5px in the CSS and changed it to 15. Looks great now! Thank god for this forum!
Forum: Fixing WordPress
In reply to: how to fix css so paragraph breaks insert automaticallySee how on my page there is a nice break between paragraphs? I had to manually insert those. Is there a place in the CSS that I can adjust that 5px you mention?
Forum: Fixing WordPress
In reply to: text not wrapping to image in iphone SafariYes I always have to align the text left for some reason or it center justifies it. I don’t understand that.