Hi,
back then on the Gavick Forum you greatly helped me customizing the music state theme. I did some revisions now and my current problem is caused by flipping the grids between Bottom1 and Bottom 2 areas.

I actually like how the display of the "Brands" grid (now bottom 2) changed, so that's fine.

However, the "News" grid (now bottom 1) doesn't work. The background of the grid needs to be white. Also the whole grid should be centered. And the area to the right of the widget shall be the background photo again.

Can you help me and provide code for the overwrite.css file? I would greatly appreciate it!

Bests,
- mathis

    audionomio
    Hi Mathis,

    Try to add the following css code into override.css file to make the background white:

    body.frontpage #gk-bottom1 .gk-grid-element {
        background: #fff;
    }

    I've checked MusicState demo and this News grid is not centered - it's fullwidth.

    Cheers
    Joshua

    Thanks, that was a quick reply!
    So far the change does nothing. Maybe I have to wait for some caching.

    Any chance I could change this News grid to be centered?

    Bests,
    - mathis

    Hi,

    The background is white now, so it's a problem with your browser's cache I think.

    Try to add also this code to center your grid widget:

    #gk_grid-7 .gk-grid {
    	width: 80%;
        margin: 0 auto;
    }
    
    #gk_grid-7 .gk-grid #cff.cff-fixed-height {
    	width: 100%!important;
    }

    Cheers
    Joshua

    Yes, that worked, thank you very much! (and I even found the solution for applying that fix for the German version, too. 🙂 )
    You help is much apreciated!

    Bests,
    - mathis

    Hi,

    Great, so I'll mark this thread as resolved.

    Cheers
    Joshua

    Write a Reply...
    You need to Login to view replies.