Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #298509

    I’m new and I am having trouble placing a header logo and the menu next to each other. The menu is placed to the right but lower than I’d like. I’m not sure I put my header logo in the right pace on the page and below the menu there is a large gap between the menu and my slider of images.

    My other problem is that the masonry gallery images are so large. See the link.. I’d like the images to look like the masonry portfolio in your demo

    Thank you so much for your help with all this!!!!

    #298805

    Hey jjwagner!

    1- Please go to Enfold theme options > Header Layout > Header Size = Custom pixel value and set it to around 115px. If that does not help, please post a screenshot and show how you would like the header to look.
    2- We cannot see drafts, please publish the page first and then post the link here

    Best regards,
    Yigit

    #299083

    Thank you!!! I got the header problems fixed!
    I’m still having trouble with the masonry gallery.
    This page says it is published, let me know if it isn’t coming up for you.
    http://www.asimplelovephotography.com/?page_id=323&preview=true&preview_id=323&preview_nonce=7a096b96bb

    The images are so large. Are they large because of the actual size of the image? I would like them to be smaller with the ability to click and open in a lightbox…

    Thank you for your help!!
    Jeanette

    #299749

    Hi!

    You can use css code to resize the items – insert it into the quick css field:

    
    #top .container .av-masonry-entry {
    width: 49.80%;
    }
    

    By default the width is set to 49.80% which creates a 2 column layout. If you want to show smaller images replace it with 24.80% or 32.80% to create a 3 or 4 column layout.

    Best regards,
    Peter

    #312247
    This reply has been marked as private.
    #312680

    Hey!

    Thank you for the link.

    The css snippet Dude provided is the default size of the masonry entries. You can adjust it like this:

    #top .container .av-masonry-entry {
    width: 20%;
    }

    Regards,
    Ismael

    #312743

    Dear Ismael,

    I tried your snippet, it doesnt work. Could you please help?

    Thank you!
    Alfiya

    #313742

    Hey @soapmarine!

    Can you provide a login to check your website? it is inaccessible to us.

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.