Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #948052

    Hi,
    I’d like to make a custom single product page using the ALB. When I use the gallery function the preview pic is stretched over the full screen. It doesn’t matter what size I set the picture to be, the only thing that changes is the resolution. 80×80 pictures are the same size as 500×500 but only more blurry. I posted a screenshot below:

    View post on imgur.com

    #948138

    Hey FadingReality,

    Please provide a link to the page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #948302

    Hi, I posted a link below:

    #948937

    Hi FadingReality,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #949078

    fqew

    • This reply was modified 6 years, 6 months ago by FadingReality.
    #949087

    Link below:

    • This reply was modified 6 years, 6 months ago by FadingReality.
    #949813

    Hi,

    Thanks for the login. It’s stretching full width because you haven’t placed it inside a container like a 1/1 element for instance. Could you try that out please?

    Best regards,
    Rikard

    #950084

    Hey Rikard,

    I tried that out but it didn’t work. The gallery is always stretched over the screen, even in 1/1 columns.

    #950958

    Hi FadingReality,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top div .entry-content-wrapper > .avia-gallery img {
        width: auto;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #951656

    That didn’t help. Still stretched over the screen.

    #951680

    Hi FadingReality,

    Can you try adding !important, so it should look like:

    #top div .entry-content-wrapper > .avia-gallery img {
        width: auto !important;
    }

    Let us know if this works.

    Best regards,
    Nikko

    #952109

    It’s still the same. Hmm..

    #953057

    Hi FadingReality,

    The login link expired, can you please update it?

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-gallery.avia-gallery-1.avia-builder-el-0   {
      width: 25%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    • This reply was modified 6 years, 6 months ago by Victoria.
Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.