Some layout problems

Tomaz
Tomaz
Offline
0
Hi! I have some layout problems (displayed below in picture). Now i see where can i fix this (css files), but i dont know how. Help please, there are 3 problems - one in author details, one in album details and one in author directory.

http://shrani.si/t/8/FA/1J6J126p/srf-artist.jpg

http://shrani.si/t/13/NK/3avL7QRn/srf-space.jpg

http://shrani.si/t/T/dV/1CDprTLv/srf-space2.jpg
Responses (4)
  • Accepted Answer

    Tomaz
    Tomaz
    Offline
    Saturday, January 07 2012, 06:23 PM - #Permalink
    0
    Hi! I fixed that problem with removing vertical-align:baseline; from my template css file.
    The reply is currently minimized Show
  • Accepted Answer

    Tomaz
    Tomaz
    Offline
    Saturday, January 07 2012, 06:27 PM - #Permalink
    0
    I have one more problem, on album view. I cant get the DATA to be resized to full width.

    http://shrani.si/t/1d/k/3IpBZufX/screen-shot-2012-01-07-a.jpg
    The reply is currently minimized Show
  • Accepted Answer

    Monday, January 09 2012, 11:27 PM - #Permalink
    0
    the problem with the DATA box is that it uses an IMAGE for the backend...
    so if you want to make it full width you actually need to modify the image..

    do you know what I mean?
    The reply is currently minimized Show
  • Accepted Answer

    greengeek
    greengeek
    Offline
    Tuesday, January 10 2012, 02:27 AM - #Permalink
    0
    Easiest way is to install the free firefox plugin, firebug. Then use it to inspect element. It makes finding the css and images super easy. It will tell you where the file is located and what class or image you are seeing. You can even make temporary changes to the code in real time in the browser to see what it would look like if you were to make changes to the files themselves.

    ie, for the image above, firebug would show, images/back_album_data.png as the path, but you also might need to do some css modification to clean it up just right, which again firebug would be able to point you to the exact css code and let you play around with settings to see what it would look like before you actually made changes to the files.
    The reply is currently minimized Show
Your Reply