TupRGC
TupRGC
Offline
0
I hate to bother you with this but I've spent a lot of time and can't figure it out.

On the default album display, I want to reduce the top padding on the right column but can't find what is controlling it. I have too much white space on one side of the page... see attached.

Also, I'm sorry if I missed this.. but is there a way to show all of the artists like below without the featured artist at the top of the page....and where do I make the changes so that the thumbnail images will fit the boxes for the artist photos. http://www.joomlamusicsolutions.com/images/fbfiles/images/default_album_page.jpg http://www.joomlamusicsolutions.com/images/fbfiles/images/artist_layout.jpg
Attachments:
Responses (3)
  • Accepted Answer

    Saturday, September 15 2012, 11:41 AM - #Permalink
    0
    it certainly doesn't look right. it's not about padding, it's possibly that your template is settting a "vertical-algin:middle" to the table td element, you need to set it to vertical-align:top;

    can you do that?
    The reply is currently minimized Show
  • Accepted Answer

    TupRGC
    TupRGC
    Offline
    Sunday, September 16 2012, 01:45 AM - #Permalink
    0
    Germi,

    Thanks for your quick response! You were correct that I could fix it in the template files. It was the value of baseline and once I removed that the column positions fine.

    Thanks.
    The reply is currently minimized Show
  • Accepted Answer

    Friday, February 01 2013, 05:00 PM - #Permalink
    0
    I had same error in my template, TWN2 Gavick Template, I just added this code to the CSS


        table td, .cat-list-row0 td, .cat-list-row1 td {
    vertical-align: top;
    }
    The reply is currently minimized Show
Your Reply