Okay
  Public Ticket #1079084
Logo
Closed

Comments

  •  2
    KJ01 started the conversation

    Hello,


    Can the main logo be put into the centre? 


    Thanks 

  • [deleted] replied

    Hi KJ01

    Can you tell us which menu you are planing to use.

    if you are planing to use standart menu : just put the css in Custom CSS from admin dashbaord menu

    header.main-header .logo-and-menu-container{
       display:block;
    }
    header.main-header .logo-and-menu-container .logo-column {
       display: block;
       width: 100%;
    }
    .header-logo.logo-image{
       margin: 0 auto 20px;
    }
    header.main-header .logo-and-menu-container .menu-column, 
    header.main-header .logo-and-menu-container .mobile-menu-column{
        width: 100%;
        display: block;
    }
    .main-header.menu-type-standard-menu .standard-menu-container{
        text-align: center;
    }
    

    or

    header.main-header .logo-and-menu-container {
        display: block;
    }
    header.main-header .logo-and-menu-container .logo-column,
    header.main-header .logo-and-menu-container .menu-column {
        display: block;
        text-align: center;
        width: 100%;
    }
    .header-logo.logo-image {
        display: inline-block;
        margin-bottom: 20px;
    }
    header.main-header .logo-and-menu-container .menu-column > div {
        text-align: center;
    }
    
  •  2
    KJ01 replied

    Hi Eroll,


    Ok that's great thanks - I'll play around with width and margin :) 

    Also I added custom links for social media from menus however on the top they just appear as a nav bar (with huge gaps between each social media icon) 


    Is there a way to add social media links at the top of the page without them appearing as a menu menu option...


    Thanks 

  • [deleted] replied

    Hi KJ01

    If you need more help please send the wp credential. so i can see your site and lets see what we can do for you. 

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Thank you.

  •  2
    KJ01 replied

    Hey,


    Where is the option to change the actual social media style icons? I don't mean inside theme options...


    I mean inside the wp-content folder how can I change the icons so they look like 

    <i class="fa fa-instagram" aria-hidden="true"></i>


    Thanks 

  • [deleted] replied

    Hi there,

    This is a double comment for the same thing, please write us on this thread #1078758

    Will set this ticket as closed from here.