A used CSS Gone Wrong
-
Help! I’m trying to build a website. https://www.1minutekaizen.com I only wanted to put my posts on my Home, so I searched Youtube.
From NYC Tech Club, I found this How To Put Blog Posts on Homepage with Images – in less than 90 seconds so I copied and pasted the css on my Recent Post Extended PostsTo my surprise, all the recent posts went up on top before the header. I tried to remove the widget, but it is still showing up. Please help…
The CSS used:
.rpwe-block ul{
list-style: none !important;
margin-left: 0 !important;
padding-left: 0 !important;
}
.read-more, .more-link { color: #ef0202; padding-left: 8px;
}
.rpwe-block li{
border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
}.rpwe-block a{
display: inline !important;
text-decoration: none;
}.rpwe-block h3 { background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; clear: none; font-size: 22px !important; font-weight: 400; line-height: 1.5em; margin-bottom: 0 !important; margin-top: 0 !important; padding-bottom: 1px;
}.rpwe-thumb{
border: 1px solid #eee !important;
box-shadow: none !important;
margin: 2px 10px 2px 0;
padding: 3px !important;
}.rpwe-summary { font-size: 16px; line-height: 24px;
}.rpwe-time{
color: #bbb;
font-size: 11px;
}.rpwe-alignleft{
display: inline;
float: left;
}.rpwe-alignright{
display: inline;
float: right;
}.rpwe-aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}.rpwe-clearfix:before,
.rpwe-clearfix:after{
content: ”;
display: table !important;
}.rpwe-clearfix:after{
clear: both;
}.rpwe-clearfix{
zoom: 1;
}The blog I need help with is: (visible only to logged in users)
-
Hello!
That looks like a site running a self-hosted version of WordPress. This support forum is for sites hosted here at WordPress.com
To clear up any confusion, WordPress.com and WordPress.org are two different things: https://wordpress.com/com-vs-org/
The support and documentation you’re looking for is here: https://wordpress.org/support/
Hope that helps!
-
-
Oh, please wait. I am using a .com and not .org.
I’m sorry, but I’m not really techy. The link you gave me is a wp.org -
Hi,
Yes, your site has a .com domain, but it is hosted elsewhere. This support forum is for sites hosted here at WordPress.com.
In the future, the correct support and documentation you’re looking for is here: https://wordpress.org/support/
Also, the Recent Post Extended Posts has it’s own support forum here: https://wordpress.org/support/plugin/recent-posts-widget-extended
That’s probably your best bet to get the support you’re looking for.
I hope that helps, and let me know if you have any other questions!
-
-
- The topic ‘A used CSS Gone Wrong’ is closed to new replies.