-
AuthorPosts
-
September 22, 2014 at 4:21 am #322770
Hi,
I have an alignment issue with ipad portrait Size: Tablet (e.g. Apple iPad 2-3rd, mini) Size: 768×1024 (Portrait), Ratio: 3:4.
The alignment is fine in all other formats. The images don’t seem to align horizonally – the lefthand side image drops on the left hand side below right hand side logo?I have created a color section and appllied 4 x1/4 layout elements. In the middle 2 layout elements I have added upload 2 images (app logos)
The other 2 layout sections are emptysee website link in private content:
Regards
MichaelSeptember 23, 2014 at 4:34 am #323457Hi mrwerner!
Thank you for using Enfold.
Please try adding this on Quick CSS or custom.css:
and (max-width: 989px) and (min-width: 768px) { .home #trial .flex_column.av_one_fourth.avia-builder-el-46.el_after_av_one_fourth.el_before_av_one_fourth { margin-top: -65px; } }
Best regards,
IsmaelSeptember 23, 2014 at 4:47 am #323462Thanks Ismael,
I am trying to apply the same css to http://devavsoft.weiv.com.au/avplan/
I swapped home to avplan but no go?
@media only screen and (max-width: 989px) and (min-width: 768px) { .avplan #trial .flex_column.av_one_fourth.avia-builder-el-46.el_after_av_one_fourth.el_before_av_one_fourth { margin-top: -65px; } }
Regards
Michael- This reply was modified 10 years, 2 months ago by mrwerner.
September 23, 2014 at 3:49 pm #323735Hey!
@mrwerner Please try following code instead@media only screen and (max-width: 989px) and (min-width: 768px) { .page-id-6 .flex_column.av_one_fourth.avia-builder-el-28.el_after_av_one_fourth.el_before_av_one_fourth { margin-top: -65px; }}
Cheers!
YigitSeptember 23, 2014 at 4:31 pm #323762Hi Yigit,
I gave that a try but didnt work? did you use this url? http://devavsoft.weiv.com.au/avplan/#trial
I couldn’t find in the source code? avia-builder-el-28 However, I could on my home page.
How do you find know what id to use for the avia-builder-el-?
regards
MichaelSeptember 23, 2014 at 4:39 pm #323777Hi!
1- Please flush browser cache and refresh your page a few times, code is working fine on my end – http://i.imgur.com/ScfACvo.png
2- By inspecting elements :)Regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.