Center LiveMesh Grid Menu on the page

Support Forums for LiveMesh Themes & Plugins Forums SiteOrigin Widgets Support Center LiveMesh Grid Menu on the page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #27712
    WpGirlD12
    Participant

    Hello,

    I could not find any posts about this simple styling problem for the Livemesh Grid. I have used this widget for my blog http://nancywinberg.com/blog/

    The custom CSS I had added to center the filterable categories at the top of the image grid was lost. I had it centered in the middle of the screen. This website uses the Austin Theme, by Livemesh. Please send me some custom CSS so I can get this small menu to display in the middle again.

    Thanks,

    Nancy W.

    #27713
    Veena
    Moderator

    Pls have the below custom CSS in themeoptions –

    .lsow-portfolio-wrap .lsow-taxonomy-filter {
        float: none;
        text-align: center;
        display: block;
    }
    
    #27715
    WpGirlD12
    Participant

    Hello,

    Thank you for this new CSS code. I have added it to my website and it seems to work. There are two other things I would like to fix.

    On the LiveMesh Image Grid, could you provide me with CSS that will make the short line underneath the post titles disappear? Also there is a line underneath the LiveMesh Image Grid menu that seems to stretch too long on either side of it. Can you provide me with CSS that will reduce the length of the line so that it stops under the last word on each end? http://nancywinberg.com/blog/

    Thanks for your help,
    Sincerely,
    Nancy

    #27717
    Veena
    Moderator

    1.Pls use the below modified custom CSS instead of the above one.

    .lsow-portfolio-header {
        text-align: center;
    }
    .lsow-portfolio-wrap .lsow-taxonomy-filter {
        float: none;
    }
    

    2.

    .lsow-portfolio-wrap .lsow-portfolio-item .entry-summary:before {
        background: transparent;
    }
    
    #27721
    WpGirlD12
    Participant

    Hello,

    Thank you for this new CSS. I added it into my site and now the LiveMesh Image Grid Menu looks perfect. I was not able to get the short line underneath the blog post titles to disappear however. It is OK though.

    Sincerely,

    Nancy W.

    #27743
    Veena
    Moderator

    Can you pls try this CSS –

    .lsow-portfolio .lsow-portfolio-item .entry-summary:before {
        background: none !important;
    }
    
    #27767
    WpGirlD12
    Participant

    Hello,

    I applied the new CSS you provided above and it seems to work. Thanks,

    Nancy W.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Center LiveMesh Grid Menu on the page’ is closed to new replies.