Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #776978

    Hello,

    I used Construction demo on my page ( http://www.esersahnesistemleri.com ) It looks good on desktop browser but on mobile browser alternate content area horribly getting a huge place on the screen. And also all the General Styling Tab doesn’t working. For ex. when i try to change the colors it doesn’t work. I’ve tried to change the background color of the Alternate Content Area it seems as saved but no effect on web site. Or another example, i’ve found a CSS code on support forum for the sticky header & menu thing. But it doesn’t work either while i paste it on my Quick CSS section under General Styling Tab.

    Thanks,
    Selçuk

    #776980

    The Screenshots for the problem is here:

    iPhone screen:
    iPhone Screen

    Samsung Screen:

    Samsung Screen

    • This reply was modified 7 years, 7 months ago by selbond.
    #777568

    Any idea??

    #778689

    Hi,

    use this code inside Quick CSS field:

    @media only screen and (max-width: 767px) {
    .av_slideshow_full li img {
    height: 190px;
    }}

    and adjust as needed.

    Best regards,
    Andy

    #778791

    Thank you, it stretched the top slider, it’s somehow on an acceptable rate. But is there any option to reduce the alternate content area? (the red area on my screenshot) It’s still horribly huge.

    Thanks,
    Selçuk

    #778794

    Merhabalar :)

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .home #av_section_1 .content {
        padding: 20px 0;
    }}

    Cheers!
    Yigit

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