Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #963847

    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
    display: block !important;
    }
    }

    #footer, #footer p, #footer a { font-size: 12px !important; }

    #top #wrap_all #header #av-burger-menu-ul>li.av-active-burger-items {
    min-height: 80px;

    }

    span.wpcf7-list-item {display: block;}

    @media only screen and (max-width: 767px) {
    .flex_column { width: 100% !important; margin-left: 0; }}

    Hi can someone please help.
    I’ve got this code in quick CSS
    #top #wrap_all #header #av-burger-menu-ul>li.av-active-burger-items {
    min-height: 80px;
    This fixes the top logo but throws out the body.
    See
    Logo too far to the right and type is centered good but heading now in serifLogo in correct position but the type which is in correct fonts but now too wide.

    #963889

    Hey Chris,

    What exactly are you trying to accomplish. We need more context than the screenshots.

    Best regards,
    Jordan Shannon

    #963923

    Hi and thanks for getting back so quickly.
    Over the past couple of years that quick CSS has been used.
    What I’m after is a little modification of it so that the logo stays to the left, the type is in the correct sans serif font and the whole of the text is in the correct box/area.
    The changes I make cause more problems than you can imagine.

    Can you help?

    Regards
    Chris

    • This reply was modified 6 years, 5 months ago by chrispl0.
    #964548

    Hi,

    Please link us to the site/pages in question.

    Best regards,
    Jordan Shannon

    #964723

    Hi there, thanks again for getting back to me.
    I’ve sent the login details and the FTP details.

    I think most of it is sorted now!
    I was given this code by your good-selves a couple of years ago but I’m thinking it may be redundant now.
    Can you tell me if I still need it?

    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
    display: block !important;
    }
    }

    #footer, #footer p, #footer a { font-size: 12px !important; }

    #top #wrap_all #header #av-burger-menu-ul>li.av-active-burger-items {
    min-height: 80px;

    }

    span.wpcf7-list-item {display: block;}

    @media only screen and (max-width: 767px) {
    .flex_column { width: 100% !important; margin-left: 0; }}

    #966306

    Hi,

    Yes, please keep the rest of the css codes. They were added to enable the scroll to top button and change the font size on mobile view. However, you may no longer need this one.

    
    @media only screen and (max-width: 767px) {
    .flex_column { width: 100% !important; margin-left: 0; }}
    

    Best regards,
    Ismael

    #966443

    Thank you very much for all your help.
    Very much appreciated.

    Cheers
    Chris

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Any chance of a little help with code please!’ is closed to new replies.