go41

Re: First line(s) of post/page scattered :: Reply by Joern

von Joern am 12. Dez. 2010 | Keine Kommentare

this is all a question about style.css
You assigned a background image for some style like h3 or blockquote or strong or anything else.
I think your contact page and your kahveli post are using this style so it get applied.
Okay, if you want this style only in comments or sidebar you have to put in style.css not just

.blockqoute

or

.strong

or anything else as this will be valid for all blockquotes or strong in your site.
Better assign this background image only for the place where you want it, like

.commentlist blockquote {

or

.post strong {
like this you format only blockqoutes in commentlist or strong in post
Do you get it?
I really like to use the addon firebug for firefox to explore styles on a site.

If you use Chrome you can right-click your browser screen and choose the last entry there, explore element (I have it in German, no idea what the english browser shows)

I just see, I use firebug for chrome to do this.
Seeing a site live I could help easily…
____________________
you find me on Google+, Twitter and Facebook

(von: Joern)

Hier noch 3 weitere Ergebnisse dieses Threads:

First line(s) of post/page scattered

11. Dez. 2010 (von: Dominik)

Dear Joern,since you already helped me with a different problem I had with my blog (arthemia theme) I would like to ask if you could assist me with the following:On some of my posts as well as pages, the first…

Re: First line(s) of post/page scattered :: Reply by Dominik

12. Dez. 2010 (von: Dominik)

Thanks a lot Joern. I solved it by assigning the background image only for the place where I wanted it. Works like a charm now.One last question that is probably a rather simple one: How (and with which command in…

Re: First line(s) of post/page scattered :: Reply by Joern

12. Dez. 2010 (von: Joern)

Like many themes this one is using <?php the_excerpt() ?>There are quite a few ways to set the length of this text by coding something in your theme files (see: viewtopic.php?f=1&t=6 )Most easy is in your post editor, there is…

Autor:

Du findest mich auch auf Twitter und Facebook!

Schreibe einen Kommentar

Pflichtfelder sind mit * markiert.


Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.

weitere forum Beiträge: