Tagged: 

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

    Hi,

    https://bernadettezeemanmentalhealthsocialworker.com.au

    This is my site – I would like the AASW logo to be positioned at the bottom of the browser screen for every screen resolution. My client has an old monitor set at 800 x 600px and whilst it now looks OK on her screen resolution, it looks terrible on higher resolution screens as it is way too close to the Contact button.

    Is there some css I can use to position this widget always at the bottom of the browser screen through position:absolute and some bottom margin which would work for all screen resolutions?

    Also, is it possible to also show this widget on mobile menus?

    Thanks,
    Wizard247

    #781903

    Hey wizard247,

    First off, thanks for your preference with our theme :)

    I`ve checked your site and I apologize, but the AASW logo is positioned at the bottom, check this screenshot: http://prntscr.com/ezrex5 – may you provide us some screenshot about your problem?

    Best regards,
    John Torvik

    #782100

    Yes – after I sent in the support request, I reduced the size of the logo and made it fit – however, I’d still like it to show up in the mobile header as well. Is this possible?

    #782196

    Hi wizard247,

    It seems like you have the website on maintenance mode now. Can you give us temporary login access so we can take a look?

    Best regards,
    Sarah

    #782199

    See details below.

    #783875

    Hi,

    Where do you want to place the AASW logo? Use the following css code to adjust the position of the image on mobile view.

    @media only screen and (max-width: 767px) {
        .responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area {
            display: block;
            position: absolute;
            top: 0;
            left: 30%;
        }
    }

    Best regards,
    Ismael

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