heijmeijer
Forum Replies Created
Viewing 11 replies - 1 through 11 (of 11 total)
-
Forum: Fixing WordPress
In reply to: WordPress stantard bar – Remove it !Worked!
Thanks!
Forum: Themes and Templates
In reply to: How i can remove this margin?Worked! Thx! 😀
Forum: Themes and Templates
In reply to: How i can remove this margin?My website is still a private server (localhost), but the code is below:
Sidebar.php<div class="<strong>rightpost</strong>"> <div class="<strong>related_post</strong>"> » Posts Relacionados <?php do_action('erp-show-related-posts', array('title'=>'', 'num_to_display'=>5, 'no_rp_text'=>'Nada encontrado.')); ?> </div> </div>[Please post code snippets between backticks or use the code button.]
Style.css/* Sidebar */ <strong>.rightpost</strong>{ float: right; text-align: left; margin: auto; width: 230px; text-decoration: none; padding: 10px 10px 10px 5px; background: #e0ecfe; border: 1px solid; border-color: #caddfc; border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em; -khtml-border-radius: 1em; list-style:none; } <strong>.related_post</strong>{ list-style:none; }Forum: Fixing WordPress
In reply to: More infos in user profile! – some doubtsNobody can help me?
[DO NOT bump – against forum rules]
Forum: Fixing WordPress
In reply to: E-mail registrationnobody?
Forum: Themes and Templates
In reply to: How To Justify Text in Poststry add in your style sheet
.content{ text-align: justify;}or
.main{ text-align: justify;}Forum: Themes and Templates
In reply to: /wp-admin & /wp-admin/profile.phpI want only subscribers to access / wp-admin/profile.php and can not only access the wp-admin typing in the address bar.
Would you like to do this because I created a new profile.php
Its possible?
Thx 😀Sry my english again!
Forum: Themes and Templates
In reply to: How To Justify Text in PostsAdd in style sheet
.DIVCLASS{ text-align: justify;}or
#DIVID{ text-align: justify;}DIVID or DIVCLASS is the div containing the text you want to justify.
Forum: Themes and Templates
In reply to: How To Justify Text in Poststext-align: justify;
Forum: Themes and Templates
In reply to: Number tagsResolved.
Thanks! 🙂
Forum: Themes and Templates
In reply to: Number tagsI want show the number os all tags on the front page. 🙂
Viewing 11 replies - 1 through 11 (of 11 total)