Viewing 5 replies - 1 through 5 (of 5 total)
  • wensolutionsupport

    (@wensolutionsupport)

    Hello @lickthetoad,

    When we checked for the issue locally we were unable to find such issue.

    So can you post your site URL so that we could inspect further and help you?

    Also for the dedicated and ququeriesy to the querires, please post them in our offical support form given below:

    https://themepalace.com/forum/edu-care-pro/

    Thank you.

    Best Regards!!

    Thread Starter lickthetoad

    (@lickthetoad)

    you can see here a test site with same problem as above:
    https://m7v.it/temp0318

    Theme Author Rigorous Themes

    (@wpgaint)

    Hello,

    Go to Admin panel > Appearance > Customize > Additional CSS and paste following css
    .site-branding {
    width: 417px;
    }
    .menu-holder {
    width: 64%;
    width: -webkit-calc(100% – 417px);
    width: -moz-calc(100% – 417px);
    width: -ms-calc(100% – 417px);
    width: -o-calc(100% – 417px);
    }
    h1 {
    font-size: 32px;
    }
    @media screen and (max-width: 767px){
    .site-branding {
    width: 67%;
    }
    }
    @media screen and (max-width: 551px){
    .site-branding {
    width: 90%;
    }
    .site-branding h1.site-title,
    h1.page-title {
    font-size: 22px;
    }
    }

    Thank you.

    Best Regards!!

    Thread Starter lickthetoad

    (@lickthetoad)

    TYVM for fast replay
    i had to change also:

    .hgroup-wrap {
    	padding: 0 0 0 0;
    }
    
    .site-branding {
    width: 417px;
    height: 75px;
    }

    or i get 20px white bar between top-nav and hgroup-wrap

    Regards

    Theme Author Rigorous Themes

    (@wpgaint)

    Hello,

    We could not find the exact problem and you have changed the site URL. Can you post your site URL so that we could inspect further and help you?
    Also for the dedicated and queries to the queries, please post them in our official support form given below:
    https://themepalace.com/forum/edu-care-pro/
    or
    you can mail us directly at [email protected]

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Site Identity issue’ is closed to new replies.