• Hi,

    I am new to wordpress today…i’ve never made a site this way before but have been told it’s easier than my usual way so thought i’d give it a go.

    I’m having a few issues and would appreciate any help. Here is my Site. I am just playing about to learn this is not a genuine site as yet. ??

    1. How do I center my logo?

    2. If you click on visit shop the links to the products do not work

    3. How do I make the sections inside and outside the borders different colours and how do I get the sidebar to be outside the border.

    Many Thanks
    Donna

Viewing 5 replies - 1 through 5 (of 5 total)
  • First, you have to be working with a child theme.

    Now, if and when you are working with a child theme, you can create a style.css file in the root of your child theme folder. In that file, you can add CSS code to center the text.

    #logo-link-container{
       display: block;
       text-align: center;
    }

    Now, for the links that do not work, this may be due to the Permalinks settings. Go to the backend -> Settings -> Permalinks then update your permalinks setting.

    As for the sections inside and outside, you can make them a different color again using CSS. As for the sidebar to be outside the border, this will require PHP. Your theme may be using a boxed layout.

    Thread Starter ladybuggs

    (@ladybuggs)

    Wow Thank you so much…worked fantastic. ??

    Thread Starter ladybuggs

    (@ladybuggs)

    I can’t work the links out though ??

    You are welcome.

    You need to go to the backend -> Settings -> Permalinks then choose “Post Name”.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to Center my Logo and make linkls work’ is closed to new replies.