Shop Categories

X

logo not centered

Home Forums Agama Pro logo not centered

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26024
    Diego Letelier
    Participant

    Hello,

    For some reason I couldn´t answer the last topic, to “be more specific” as you requested. The issue is solved, not by me, it is just working good now.

    Anyhow, now logo is not centered. I changed on the customizer and also have this CSS code, as I understand for the menu below and form on footer:

    .agama-primary-nav {
    float: none!important;
    left:23%!important;
    max-width: 65%!important;
    }

    #footer-wrapper .site-info p { text-align:right; }
    .wpforms-container { font-family: raleway ; }

    What am I doing wrong?

    Regards,
    Diego

    #26025
    Zex
    Moderator

    Hello, Diego!

    Try to replace the first part of code with next one:

    .agama-primary-nav,
    #agama-logo img{
    float: none!important;
    display:inline!important;
    }

    so your code at the end should be like this:

    .agama-primary-nav,
    #agama-logo img{
    float: none!important;
    display:inline!important;
    }
    
    #footer-wrapper .site-info p { 
    text-align:right; 
    }
    .wpforms-container { 
    font-family: raleway ; 
    }	

    Regards

    #26027
    Diego Letelier
    Participant

    Thank you!

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