Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #112576
    Stuart
    Participant

    Hi please can you tell me how to centre align my the primary menu – when I view in customisation it appears centred but when view it on my laptop via a web browser it appears aligned to the right and looks awful under the centred logo?

    #112598
    Mahesh
    Keymaster

    @bayimages: Please post in your site url.

    Regards,
    Mahesh

    #112601
    Stuart
    Participant

    my site is http://www.bayimages.co.uk – also noticed the same thing happens when I add tag line in – in customisation view it appears in the centre but when viewed in browser it is left aligned.

    #112674
    Mahesh
    Keymaster

    @bayimages: Go to Dashbaord=> Appearance-> Customize=> Additional CSS box and add the following CSS:

    #header-right, 
    .header-sidebar .widget,
    .header-sidebar .menu {
        float: none;
        text-align: center;
    }

    Regards,
    Mahesh

    #112689
    Stuart
    Participant

    I have added the code above to the CSS section, unfortunately, it has made now difference – also cleared browsing history on pc in case that was causing problem.

    I want the whole menu to be centred on the page – currently, it is over to the right of the page.

    Please advise

    #112695
    Mahesh
    Keymaster

    @bayimages: Please check the image in the link below.
    http://bit.ly/2o7Lgzy
    This is how it seems after adding the above CSS. The menu items are aligning in the center.

    Regards,
    Mahesh

    #112701
    Stuart
    Participant

    I have just tried adding the code to the CSS again – and it doesn’t change anything. I have viewed in IE and Chrome – both show menu over to the right (although still looks centred in live preview mode). This is very frustrating – I am beginning to wish I hadn’t wasted my time and money upgrading to the Pro version. Is it possible for me to send you screenshots?

    #112704
    Mahesh
    Keymaster

    @bayimages: The code you’ve put in the Custom CSS is between /* and */ which acts as comment and nothing will happen. Please replace everything in the box with the CSS above, then it will work.

    Regards,
    Mahesh

    #112706
    Stuart
    Participant

    Bingo – success! – Thank you for your help

    #112707
    Mahesh
    Keymaster

    @bayimages: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    #112711
    Sunshine
    Participant

    Hello,

    I have the same problem and I have followed your instructions above and nothing has changed. I have the Catch Box Pro theme. This is my website: https://www.thecoffeecup.nyc/

    I also have another question. I have activated the social icon button. How come the images don’t transfer over when I post my articles on social media like Facebook and Twitter? It will transfer the article and an image of a grey looking default image that comes with the theme I’m assuming. Thanks so much!

    #112763
    Mahesh
    Keymaster

    @sunshine: Go to Dashbaord=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .clean-box-nav-menu li {
        float: none;
    }
    
    .menu.clean-box-nav-menu {
        text-align: center;
    }

    About the social sharing, I think its a plugin issue.

    Regards,
    Mahesh

    #112787
    Sunshine
    Participant

    Mahesh, thank you so much it worked! 🙂

    Thanks! Is there a certain plug in you can recommend that I can use that will show a count of how many times an article has been shared as well as transfer all the information including the image. I would really appreciate it.

    Regards,

    Ida

    #112884
    Mahesh
    Keymaster

    @sunshine: Well can’t say to use particular one, depends on your requirement. you can search for it and use the one that is appropriate for your site from https://wordpress.org/plugins.

    Regards,
    Mahesh

    #113253
    Sunshine
    Participant

    Thank you for your help! I will look into it.

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Alignment of main menu’ is closed to new replies.