ronangelo
ParticipantForum Replies Created
-
place this in your text widget in the ‘graphene_before_content-main’
<img src="http://your-image.jpg" />replace your-image.jpg with the image’s url from your media library.
Haven’t you tried the code on the first page. I attached an image to show how it looks
I edited the my code above to make the panes a little bigger and more centered
Quote:@Syahir,Yes I did but it made the panes go vertical rather than horizontal.
Daniel
also add this
.homepage_pane {
margin: 20px 0 15px !important;
width: 33% !important;
text-align: center;
}…edited
I’m glad I could help 🙂
Quote:Thanks but it doesn’t work at all!Did you try it and worked for you?
It doesn’t for me!
I noticed that values less than 1px are not considered!
oops I didn’t realize that.. I was following your example but yeah anything lower than 1px that’s not 0, will display 1px.
like what Mr. Odle said, try to find a different approach if the solution you have, doesn’t work.
the code I posted above does this:
Try this…
#header-menu li {
margin: 0 !important;
}
#header-menu li a {
border-right: 0.5px solid #999;
margin: 6px 0;
}Your plugin IS the one causing this. Change the settings.
see this: platinum seo pack
I see that they are nofollow..
Are you using the standard Link widget(blogroll)?
maybe this is caused by your Platinum SEO plugin.. maybe there’s a setting there that makes the links nofollow
since you only have 3 links there, you can try adding them in a Text widget and see if the rel=nofollow disappears.
I also noticed that the links have the nofollow attribute only when on the homepage.
I think what Syahir is saying is only the links in the comments section are “NoFollow” and everything else is “DoFollow” by default. So there’s no need to explicitly state them as DoFollow.
