• Hi All !!

    I’m still learning a lot can someone please help me ?

    I need to move the header tabs where the contact phone numbers are left and also the menu tabs to the left, I can’t seem to be able to do it just using the text boxes.

    Can I change the text within these boxes or will I need to use html ( which I’ve only just started to learn today !!

    worcestershireroofingservices.co.uk

    Also I’m trying to install the yoast seo plugin and it says it’s installed but can’t see it in my dashboard ?

    Any help much appreciated as i’m a real newbie

    Thanks !

    Thanks Guys !!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hey Paco,

    If I remember correctly, the Yoast menu is visible under the settings tab

    Also, you have your menu and and contact info in an align-right box. Should be in an aligned left box just like “
    Worcestershire Roofing Services” if this is what you are going for:

    Your Website

    Thread Starter paco8723

    (@paco8723)

    Hi Trey,

    Thanks for replying, the yoast plugin although installed isn’t in the settings either ?

    Sorry to sound stupid but I can’t see the align right box either should it be in widget header sidebar text area ?

    Again Thanks Again !!

    I’m sorry, first go to your plugins and make sure that the yoast plugin is activated, then there should be a link to it towards to bottom of your admin area called “SEO”.

    Im not sure what Theme you are using, so as far as your your alignment goes, It might require a little CSS. That’s what I did in the screen shot I showed you.

    You can message me your details if you would like and I can take a look at it.

    Thread Starter paco8723

    (@paco8723)

    Hi Trey,

    I’ve got yoast active now thanks a lot !

    If you could tell me what I would need to do to align like the screen shot, I would be really grateful.

    Many Thanks !!

    Thread Starter paco8723

    (@paco8723)

    Oh it’s the Spacious theme I’m using.

    Not a problem!

    If you have a place to add custom CSS, copy and paste this and should take care of your problem:

    #header-right-section {
      float: left;
    }
    
    #header-right-section .widget {
      text-align: left;
    }
    
    .main-navigation {
      float: left;
      padding-top: 5px;
    }

    Let me know if you have any problems

    Thread Starter paco8723

    (@paco8723)

    Trey It Worked !!

    Thanks a million I added it to the CSS Stylesheet Editor is this what I need to use then if I need to edit any css in future, I see it gives you a quick preview before publishing.

    Great Work Thanks !!

    Awesome! Glad I could help.

    Using the custom style sheet editor is okay to use for quick fixes, but when you update your theme in the future, chances are it will delete your cutom css. This is why we use Child Themes. You can put all CSS in your child theme and it will always be there even after you update.

    You can find out how to do this in the forum. Let me know if you need any help: [email moderated]

    Good Luck!

    Love this theme!

    Please could you tell me how to right align the header side bar widget?

    Also how can I change the page title ‘Archive’ to ‘Catalogue’.

    Would be good to use custom css if poss.

    Many, many thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Header Sidebar Move Text / Yoast Seo’ is closed to new replies.