Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #390666
    #390674

    Hey crewneck!

    Thank you for coming back.

    Try the following:

    
    #top .av-masonry {
        padding-left: 20px !important;
    }
    

    If you want to limit it to this page:

    
    #top.page-id-22 .av-masonry {
        padding-left: 20px !important;
    }
    

    Best regards,
    Günter

    #390684

    It seems to shrink gallery? It doesn’t move closer to the right margin.

    #390694

    Hey!

    Thank you for coming back.

    Try the following please:

    
    #top .av-masonry {
        margin-left: 20px !important;
    }
    

    Regards,
    Günter

    #390759

    Doesn’t seem to work either. Any other ideas?

    #390767

    Hey!

    Replace the code above with the following pls:

    
    .avia-builder-el-2 {
        padding-left: 20px !important;
    }
    

    Cheers!
    Günter

    #390802

    No luck with that either unfortunately. Any clues?

    #390810

    Hey!

    Not really. It works, when I insert the code in Firebug.

    Can you give us an admin access, so we can check for a solution?

    Best regards,
    Günter

    #390820
    This reply has been marked as private.
    #390836

    Hi!

    I think, I found the solution:

    
    .page-id-22 .av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
        bottom: 15px !important;
        right: 0 !important;
       left: 15px !important;
    }
    

    I placed it in QuickCSS at the bottom.

    Best regards,
    Günter

    #390839

    Looks great! Thanks!

    #390850

    Hi!

    Glad I could help you. Enjoy the theme.

    Best regards,
    Günter

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Align gallery with right margin?’ is closed to new replies.