I use a landing page on http://consigliere-lubiana.com
When using mobile, logo is not centered. How can i fix this?
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
Then rotation of photos is not available.
Hi,
Ok, I’m not sure what you mean by rotation though, could you try to explain a bit further please?
Best regards,
Rikard
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.
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
https://www.dropbox.com/s/xah3f3uwkzenieq/Screenshot%202017-02-16%2010.11.11.png?dl=0
Now the problem is vertical alingment.
Hi,
Try this:
.page-id-1102 .avia-builder-el-0 .container {
padding-top:0 !important;
}
Best regards,
Rikard
This is not working. Login is attached
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