Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #928448

    Helloo,

    I finished the desktop version of my website. The website works good and looks good as-well. Unfortunately, the other devices don’t work the same. I would like to adjust but the adjustment features are very minimal. How can I create a similar design in the other devices?

    Looking forward hearing from you.

    Jaïr

    #928492

    Hey jairharder,
    Can you link to the site and give an example of what you are having mobile issues with so we can be of more assist.

    Best regards,
    Mike

    #928499

    Hey Mike,

    Hereby the link of the website…

    Home page:
    – first picture too close to logo
    – the 2nd content area contains an unwanted enter
    – the layerslider (2nd picture) doensn’t show completely;
    – the read more button doesn’t show and read well

    Diensten:
    – the buttons are ordered not align;
    – the 4th content area contains an unwanted enter

    That’s all really.
    Further more, I would like to add the logo in the menu screen.

    I hope you could help. If you need to login to do some adjustments just ask.

    Greetings Jair

    #928533

    Hi,
    1: To add 20px padding below your logo for mobile only, Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av-logo-container {
        padding: 0 0 20px!important; 
    }
    }

    2: for the unwanted space between your bullet points in the second section, please add this code:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .flex_column.avia-builder-el-5 {
        margin-bottom: -20px!important; 
    }
    }

    3: for the layerslider background image, try:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #av_section_3 {
        background-size: cover!important; 
        background-position: center center!important; 
    }
    }

    But this could be better if you create a new slider with the image and text designed for your mobile view, then we would add the new slider below the current one and use the screen options to only show it on mobile, and hide the current one on mobile.

    4: I not sure I see the issue with the button, please explain more, perhaps with a screenshot.
    5: for the buttons on the other page, we can center them:

    @media only screen and (max-width: 767px) {
    .responsive #top.page-id-1511 #av_section_1 .flex_column {
        padding: 0px !important;
        margin: 0px !important;
    }
    .responsive #top.page-id-1511 .avia-builder-el-7,.responsive #top.page-id-1511 .avia-builder-el-2 {
    display: none !important;
    }
    }

    6: for the unwanted space between your bullet points on the second page:

    @media only screen and (max-width: 767px) {
    .responsive #top.page-id-1511 .flex_column.avia-builder-el-21 {
        margin-bottom: -20px!important; 
    }
    .responsive #top.page-id-1511 .flex_column.avia-builder-el-23 {
        margin-top: 0px!important; 
    }
    }

    Best regards,
    Mike

    #929427

    Hi Mike,

    Many many thanks for your code. It worked:))

    Via the link below you will find some screenshots of the review button. The button is out centre and the textculum is very tight.

    I hope you could help me with this one aswell.

    Greetings Jaïr

    #929451

    Hi,
    For the button, Please Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #top.home .flex_column.avia-builder-el-17 {padding: 0px !important;}
    }

    Yet, I couldn’t find the tight text on your page. Is this on a different page?

    Best regards,
    Mike

    #930135

    Hi,

    Your code solved it all. Many thanks for the good help.

    Greetz,
    Jaïr

    #930156

    Hi,

    I’m glad Mike was able to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Responsive site adjustment’ is closed to new replies.