Jump to content
WebFlake
  • 0

Logo position


Era

Question

9 answers to this question

Recommended Posts

  • 0

Posted Image

 

Don't think it worked :/

 

<span class='row_title'><img src="URL"></span><span class='row_data'>{content}</span>

Replace URL with the link.

 

Example:

 

<span class='row_title'><img src="http://domain.com/img.png"></span><span class='row_data'>{content}</span>

Edited by I Stake Rofl
Link to comment
Share on other sites

  • 0

Sounds like a CSS positioning thing. I have to go and can't explain in too much detail, but have you modified your CSS in any way, and if so, how? Check the alignment on it as well. Any CSS info you need can be found by right clicking it and selecting Inspect Element if you use Chrome.

Link to comment
Share on other sites

  • 0

It's alright, I just got a new theme, One more question for you guys..

 

How do I make this Image + Text but without the title..

 

Example:

 

(image): (Username)

 

Here is an idea, I already have an image uploaded for that purpose.

Posted Image

 

I want it to look like

 

Posted Image

Link to comment
Share on other sites

  • 0

It's alright, I just got a new theme, One more question for you guys..

 

How do I make this Image + Text but without the title..

 

Example:

 

(image): (Username)

 

Here is an idea, I already have an image uploaded for that purpose.

Posted Image

 

I want it to look like

 

Posted Image

 

 

 

<span class='row_title'>{IMAGE_URL}</span><span class='row_data'>{content}</span> 
Link to comment
Share on other sites

  • 0

got it, thank you!

 

EDIT: How do I make the image go to the left a little bit, example padding-left: 19px; 

that was taken from my forumotion forum and it kind of seperates the image from the text, any idea?

Edited by Era
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...