Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #721866

    Hi

    When I upload my logo it places it at the top of my menu bar, and therefore isn’t aligned with the main menu links.

    I tried adding some CSS padding to shift the logo down and it worked – but then when I scrolled down and the sticky menu appears then the padding pushes the logo down and again it is not centered with the menu

    Here is a screenshot:

    View post on imgur.com

    #721868

    Hey ChrisSchutte,

    We need to take a closer look at this issue Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Vinay

    #721869

    Hi

    Ok see below

    #722337

    Hi Vinay

    Any luck?

    #722338

    Hi Vinay

    I also have a few other issues I am dealing with:

    1) The “Read More” button is cut off on my blog? http://i.imgur.com/J6zEhZS.png

    2) I changes the colour scheme in the back end but it hasn’t reflected in the front end. I still get that olive green colour. But it is all support to be a light green or blue as per my styling in the back end. http://i.imgur.com/CR18xMu.png

    #722339

    Hi,

    Thank you for the credentials, could you also please share the URL of the site and also the login page ?

    Best regards,
    Vinay

    #722340
    #722352

    Hi Vinay – how is it going? Found the issue?

    #722797

    Hi,

    We have added the following css in Enfold > General Styling > Quick CSS

    @media only screen and (min-width:900px) {
    .logo img {
     position:responsive;
     top:50%;
     transform:translateY(-50%);
    }}
    
    @media only screen and (max-width: 767px) {
    .logo img, .logo {
        max-width: 70%!important;
    }}
    
    /* Trigger mobile menu */
    @media only screen and (max-width: 1100px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }}
    
    /* Read more link fix */
    .html_elegant-blog .avia-content-slider .read-more-link {
        top: -3px!important;
    }

    It appears you figured out how to change the color scheme?

    Please review the site and let us know if you have any questions, we are happy to help :)

    Best regards,
    Vinay

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