zep101
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adsense leaderboard won't centerI figured it out, there were 2 issues in my “Feature_top” widget, the template area was set to 2 columns and then I still needed to add:
<div style="text-align:center">
Adsense
</div>
To get it to center, it’s working good now, thanks for the help!
Forum: Fixing WordPress
In reply to: Adsense leaderboard won't centerSo looking at the codex if I used:
.aligncenter, div.aligncenter {
display:block;
margin: 5px auto 5px auto;
}Where would I insert the adsense code in it
Forum: Fixing WordPress
In reply to: Align rightI will check it out.
Thanks guy’s for all your help I have been learning a lot, I am going to mark this thread as resolved.
Forum: Fixing WordPress
In reply to: Align rightYes I am doing all this in the post,or in my case page editor. not sure how that translates to a php file. I am probably over complicating, and I am a rookie and learning just enough now to be dangerous.
In my first original post here I was asking if there was another way to do:
<p style="text-align: right;"><a href="#"> Back to top </a></p>
because it was adding an additional line space. If not I can live with this.I guess that now my over riding question is, is this an acceptable way of doing what I am doing. I not afraid to edit if I have to with php files but would prefer not to since I don’t know much about it. I am just starting to wrap my brain around html.
So, how am I doing?
Forum: Fixing WordPress
In reply to: Align rightI am making all of this in wordpress aren’t I?? WordPress is all that I have used unless I am still not getting something???
Forum: Fixing WordPress
In reply to: Align rightNo it was a free version. Also I am probably not explaining this to you correctly. My site is more of a traditional website with several pages that also has a blog page, I am not trying to do anything with the blog or posts. Rather on a couple of my pages they are long and cover a lot of topics, so I have a table of contents on those pages at the top and several links throughout the length of the page that will return you to the top.
Thanks for all your info, I will spend some more time reading the references that you gave me.
I made my site live so you can check it out if you want, keep in mind that still need to do my headers, footer,sidebars, etc as well as SEO stuff. I am concentrating on getting the content done now.
https://www.lowermyglucose.com
Please let me know if you have any comments or suggestions.Forum: Fixing WordPress
In reply to: Align rightThanks WPyogi, I read your suggested articles and have to admit that most of it is over my head but I am still learning.
You asked before if I am using a child theme and I am not sure. I am using a template, is that the same as a child theme?
(Gotta take my son to little league, be back in a few hours)
Forum: Fixing WordPress
In reply to: Align rightWPyogi, I am a newb and am very unclear about your previous statement. where are the CSS stylesheets? Is is Dashboard/Appearance/Editor ?
Also I thought the page editor was the place where you modified everything for that page, it has html capability.
I also looked through the CSS stylesheets editor and don’t see any of my articles in there so how would I edit/modify formatting and linking for a given page if not through the page editor?
I thought the templates were so that you did not have to be an html wizard.
Any help is appreciated, this is my first web site and I want to get it right. Thanks.
Forum: Fixing WordPress
In reply to: Align rightthanks I will do that
Forum: Fixing WordPress
In reply to: Align rightDashboard/all pages/page/edit page
Doing all this in page editor
Forum: Fixing WordPress
In reply to: Align rightNot 100% up on all the terminology I am using Flexibility 3 theme. Putting this code in between paragraphs on wordpress page
Forum: Fixing WordPress
In reply to: Back to top anchor above article?Forum: Fixing WordPress
In reply to: Back to top anchor above article?OK thanks for your help
Forum: Fixing WordPress
In reply to: Back to top anchor above article?Yeah I thought about that but won’t it take longer to Load? Or is that OK
Sorry I am a newbie
Forum: Fixing WordPress
In reply to: Back to top anchor above article?I don’t want to live with my page yet because it is a work in progress. I am anchoring to the very top text on a static page (non-blog) but when I click “Back to Top” I would like it to go all the way to the top just like when the page loads.