Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   CSS questions (http://www.mysidiaadoptables.com/forum/showthread.php?t=5031)

Corsair 02-19-2016 09:08 AM

CSS questions
 
Some how I derped the css so the images are slightly off set from the text. I'm not sure how I did this.

http://i137.photobucket.com/albums/q...1.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?

Kyttias 02-19-2016 11:17 AM

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).

Corsair 02-19-2016 12:31 PM

Thank you for the tip. It really makes adjusting the theme a lot more easier. I'll test it out.


All times are GMT -5. The time now is 04:47 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.