• Hello,

    This is my websie: http://www.distinctnews.com/ As you can tell, it is not over yet.

    I have a couple of questions for help please:

    1) How do I center the top menu bar?
    2) When you go to a category on the second menu bar, the first menu bar doesn’t load right, any ideas?
    3) How can I make the second menu bar not in alphabetical order?
    4) How can I make the text in the first and second menu bar smaller?

    Thanks a lot for the help!!

Viewing 15 replies - 1 through 15 (of 19 total)
  • Thread Starter distinctnews

    (@distinctnews)

    UPDATE:

    For number one: it’s not really centered, but to the border of the blog if you know what I mean.

    will help you o the #1 for now.

    You’ll need to edit two css files.

    – Go to your default.css , on line 34 add the properties:

    width: 940px;
    margin: 0 auto;

    – Then go to your dropdown.css line 27 and remove the property
    float: left;

    Thread Starter distinctnews

    (@distinctnews)

    It stayed the same 🙁

    Thread Starter distinctnews

    (@distinctnews)

    Should I return my code to the way it was before or still keep it like this?

    Thread Starter distinctnews

    (@distinctnews)

    And can you please tell me how to make the ad I have on my website on the same line as my picture?

    Thanks!

    EDIT: I got it, thanks! I just changed the ad because it was too big and then added the code   to move it to the right so it becomes lined with the blog.

    Now I need help with the main questions please 😀

    Sorry my mistake.

    The information above is correct, but incomplete. I’ve told you the line numbers where the elements where, but didn’t tell you the element’s name for you the add the properties.

    Now you’ve done some changes in the CSS and things look different.
    I´d recommend you to undo what you have done, if you didn’t see any results. Then to keep it simple we’ll just focus in one of your CSS files.

    Edit your dropdown.css, go to to line 27, find the class ul.dropdown

    ul.dropdown {
      /*float:left;*/
      z-index:597;
      position:relative;
      width:940px;
      margin:0 auto;
      }

    1. Delete, or comment the property float:left;
    2. Add the two properties bellow: (as shown above)

    width:940px;
    margin:0 auto;

    This will fix it. I´ve tried it both times and it worked fine.

    The other questions are really more about the logic your menu was built and the mystique theme itself.
    I’ve never used the theme, and don’t know how was it coded.

    Surely they can be fixed, but they are not easy to do remotely, since I can’t test what I’m doing without installing the theme and working on it locally.

    MAC

    Thread Starter distinctnews

    (@distinctnews)

    awesome, it worked! thanks! 😀

    now i have to wait for someone to answer # 2,3, and 4

    I am using the Mystique Theme by DigitalNature.

    When I create a new page called “Downloads” in the main menu with no parent, the page is broken.
    It seems as though for some reason the “Mystique Settings” are not taking effect when I create a new page called “Downloads”.

    This does not happen if I rename the page to “Download” without the letter s.

    Here is what the page should look like:
    http://havefunhomeschooling.com

    Here is what the page actually looks like:
    http://havefunhomeschooling.com/downloads/

    Notice, all of the mystique settings are not taking effect on the downloads page.

    Okay…I’m just going to delete the “Downloads” page. For some reason, the Mystique theme just doesn’t like the word, “Downloads”.

    Can anyone plz give solutions to the following questions?

    1. How can i increase the width of the theme’s content to full on either side?
    2. On home page there is displayed only one sidebar while on other pages there are two. How can i remove the one sidebar from the home page?

    I want to change the color of the headline in the header. I’ve changed it in the stylesheet, but it’s not changing on the site.

    /*** LOGO & HEADLINE ***/

    #site-title{padding:4em 0 3.6em 0;}
    #site-title #logo{font-size:400%;font-weight:bold;font-style:normal;margin:0;padding:0;float:left;line-height:60px;}
    #site-title #logo a{color:#fff;text-decoration:none;text-shadow:#000 1px 1px 1px;font-variant:small-caps;letter-spacing:-0.04em;}
    #site-title #logo a:hover{color:#ed1e24;}
    #site-title p.headline{float:left;border-left:1px solid /*** change made here ->#FF6600 ***/;margin:0 0 0 1em;padding:.2em 0 .2em .8em;font-weight:normal;font-size:140%;line-height:64px;letter-spacing:0.4em;}

    my site is http://www.loveyourdesign.com

    Is there something else I need to do?

    thx,
    Kim

    should just mention, it’s the ‘evolve on purpose’ part of the header that I want to change, which I figured is the headline as opposed to ‘Love Your Design’ being the logo.

    Hello, how can i remove the Site title value (General Settings) from being displayed at the left top – ‘logo’ place.

    I want to keep that value in the settings, as its the text that gets displayed in the browser tab etc, but i dont want it to be displayed in the ‘logo’ position, but i dont want to put a ‘logo’ picture there either, just the BG picture is being used.

    I’m simply trying to add the facebook icons to the mystique theme? How does one do that?

    I’m not sure where to begin but indeed, I’m using the latest version of wordpress and 2.4.2 of the mystique theme…can anyone help?

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Mystique Theme HELP’ is closed to new replies.