Viewing 7 replies - 1 through 7 (of 7 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    hey, @kakidomain

    To center the menu add below css code into Appearance → Customize → Additional CSS:

    .navigation-container {
      display: flex;
      align-items: center;
      justify-content: center;
    } 

    And if want to set logo in the center firstly you have to create a child theme of your currently active theme. After that go to your wp-content -> themes -> covernews-child -> inc -> hooks -> blocks and open the block-post-header-layout-1.php file.

    And find site-branding class and change the exact above <div class=”col-md-4″> line to <div class=”col-md-12″>

    and add below css code :

    .site-branding {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    Hope this will helps you.

    Thanx.

    Thread Starter kakidomain

    (@kakidomain)

    Worked wonders!

    Thanks!

    Theme Author AF themes

    (@afthemes)

    Hello @kakidomain,
    Glad to hear that you have found the solution, for the faster support we recommend you to use our direct email support from https://www.afthemes.com/supports/
    Best regards

    @afthemes

    faster support? please… I purchased the theme weeks ago but since 2 weeks Im trying to get simple snippets for changing some stuff…

    I request some customs css for changing color of areas I can not edit via customization. if your support team replies after some time I only get custom css in parts. never everything I requested.

    Im writing the 4th email now to the support because if you answer you never give all the info I requested…

    the theme is great but the support and how AF themes is trying to present themselves here is a joke compared to other experiences I had…

    if it wont get better my review will be accordingly

    Theme Author AF themes

    (@afthemes)

    Hello @karlmann,
    We are very sorry for the inconvenience if we have not gave you proper support. Actually we always try to give our best to our precious users in order to sort out their problems. In some specific customization cases, user must alter the theme functionality using child theme approach or with a custom styling. So, please do not get it wrong in that way. And also, we request everyone to be specific on their query so that we could suggest you in a particular way to find out the solution within the scope of the product functionality.
    Best regards

    @afthemes

    what you saying is just not true.
    instead of answering here you could have actually answered to my 4th mail i sent yesterday… but i still did not receive any answer regarding simple custom css..

    i listed everything I needed from beginning but still I needed to write another mail now because you just answer partly and always forget things although I requested it very vivid with images attached….

    Im still waiting for following custom css:

    – background color footer navigation menu
    – hover color of links in the footer menu

    https://www.upload.ee/image/9804570/aft.png

    with your reply here you imply I should do my requests accordingly… I dont know how else I should do it.. i attached images. made it very clear what i need ffrm beginning.. still i have to waste time on this writing endless emails for simple custom css…

    if thats the way you deal with customers… I really dont understand your reviews. but mine will be added soon.
    just the fact that you reply here for the public instead of finally replying to my mails is speaking for your support service…

    Theme Author AF themes

    (@afthemes)

    Hi there,
    We supposed you are getting help for the theme customization from our email support team.
    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Adjust Logo & Menu’ is closed to new replies.