Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #744739

    I use a landing page on http://consigliere-lubiana.com

    When using mobile, logo is not centered. How can i fix this?

    #745244

    Hey OblakJ,

    It looks like you have added the image in the caption of a slideshow? Maybe it would be better if you added for instance 3×1/3 elements and add the image to the middle one?

    Best regards,
    Rikard

    #745246

    Then rotation of photos is not available.

    #745856

    Hi,

    Ok, I’m not sure what you mean by rotation though, could you try to explain a bit further please?

    Best regards,
    Rikard

    #747443

    Ok. If you go to consigliere-lubiana.com, you have a full screen slider with image, logo in the middle.

    Full screen slider is used so the pics in the background are automatically changed.

    Logo is put like an image. If the browser is reduced in width, it is not centered anymore – but i want that logo is in the middle.

    #747811

    Hi,

    I’m still not sure what you mean, the logo is centered on my end on all resolutions. Could you post a screenshot of the problem maybe?

    Best regards,
    Rikard

    #747904

    https://www.dropbox.com/s/xah3f3uwkzenieq/Screenshot%202017-02-16%2010.11.11.png?dl=0

    Now the problem is vertical alingment.

    • This reply was modified 7 years, 10 months ago by OblakJ.
    #748228

    Hi,

    Try this:

    .page-id-1102 .avia-builder-el-0 .container {
      padding-top:0 !important;
    }

    Best regards,
    Rikard

    #748295

    This is not working. Login is attached

    #751268

    Hey!

    What is the email address that you use?

    Please remove the following css code in the Quick CSS field.

    .html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
        padding-top: 298px;
    }

    Or replace it with:

    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
      .html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
          padding-top: 298px;
      }
    }

    Cheers!
    Ismael

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