David_G
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: remove padding from headeryou put 530px. but you’re right, it’s not working. You have a pro theme. Contact your theme author, they might be able to give better insight as they know how they set it up.
Forum: Fixing WordPress
In reply to: remove padding from headerTry this, I dont think you will like 0px, it pushes your header above the top.
#masthead { padding-top: 53px !important; }Forum: Fixing WordPress
In reply to: Attempted attack how could they have snooped my user name?Personally I think Bullet Proof Security is probably about the best security plugin you will find. I tried several others but settled on BPS PRO. The support is excellent and has features that no one else has. Definately worth looking at.
Forum: Fixing WordPress
In reply to: remove padding from headeryou can place it after:
/* =Reset default browser CSS. -------------------------------------------------------------- */Forum: Fixing WordPress
In reply to: remove padding from headerTop of what?
You want it in your style.css (style sheet). The best way would be to use a child-theme or use a custom css plugin.
For testing purposes though you will find the style sheet in your Dashboard > Themes > editor.
Remember that any changes to your theme will be lost when you update the theme.Forum: Fixing WordPress
In reply to: remove padding from headerThis should do the trick. Change the px to what you want.
#masthead { padding-top: 64px; }You should also check this out for customizing your site.
http://themesandco.com/snippet/firebug-best-spent-6-minutes/
http://getfirebug.comThe best way to make changes like this to a theme is to use a child theme, so your tweaks won’t be overwritten when updating the theme. Here are some guides in case you haven’t made one before:
https://codex.wordpress.org/Child_Themes
http://op111.net/53/
You could separate that widget from the others by adding a div id to it, like this.
<div id="widget1"> <div style="text-align: center"><img src="http://thiswildlife.ca/?attachment_id=807" width="200" height="200" border="0" alt="Miss Heather Feather Head Shot" Hi, I'm Heather! I've been traveling around the globe knocking off some CRAZY ADVENTUES from my bucket list and snapping it all up to share with you! </div> </div>The selector for that would be: #widget1 then you could style anything within that widget separate from other widgets that have a common selector.
For example:#widget1 .widget-title { text-align: center; }Try replacing the location of your image to the URL location of your image. You will find that in the media library.
<div style="text-align: center"><img src="http://thiswildlife.ca/?attachment_id=807"Change to:
<div style="text-align: center"><img src="http://thiswildlife.ca/wp-content/uploads/yourimage.jpg"That css should have worked for the title. Hmmm.
The button has me stumped… sorry
Put this in your custom css or child-theme (recommended) It should make all your widget titles centered.
.widget-title { text-align: center; }Forum: Fixing WordPress
In reply to: [Menu] Re-installed child theme, crazy menu in returnForum: Fixing WordPress
In reply to: wp_nav_menu Custom Walker IssueYou might post this in https://wordpress.org/support/forum/hacks or https://wordpress.org/support/forum/wp-advanced
Forum: Fixing WordPress
In reply to: Pictures are partly (not) visibleYour picture of the raindrop in water looks good, words “TUDATOS ÉLET PROGRAM” right below the raindrop. Have you tried clearing the cache on your browser?
Forum: Fixing WordPress
In reply to: Theme update broke siteIt should be in the folder WP-CONTENTS/THEMES/Suffusion try just renaming it