CSS questions

Forum
Last Post
Threads / Messages

Corsair

Member
Member
Joined
Jan 24, 2012
Messages
128
Points
0
Mysidian Dollar
8,034
Some how I derped the css so the images are slightly off set from the text. I'm not sure how I did this.

derp_zps85fwv1x1.png~original


One more question.

The avatar and username are in their own module and the money is kind of too so if I wanted to add a nice box around all of them with css would them being in different places be a issue?
 
The best thing to do when developing the look and feel of a site is to right click an element on the page near where you want to modify and clicking "Inspect" from the right click menu (that's the same menu you'd use if you wanted to save an image, but it's at the bottom). This works in both Chrome and Firefox. What you get is a view of the HTML source and, on the side, any CSS properties directly related to that element. You can make edits here and they will update live on the screen! But these are not real or permanent changes - so when you're done playing around, remember to add your new additions and edits to your site's real CSS file.

You might consider adding in a CSS property called "vertical-align", modifying the line-height for the text, or making all images in that element move by shifting their margins (which can be negative values, too).
 
Thank you for the tip. It really makes adjusting the theme a lot more easier. I'll test it out.
 

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,277
Messages
33,122
Members
1,602
Latest member
BerrieMilk
BETA

Latest Threads

Latest Posts

Top