Viewing 11 replies - 1 through 11 (of 11 total)
  • WPyogi

    (@wpyogi)

    It’s likely possible, but you’ll need to post a link to your site. as it depends on exactly how the site is coded.

    Thread Starter zero9cool

    (@zero9cool)

    There is no link the site in hosted on a localhost,
    how site is coded? it is the constructor theme dude 🙂

    I can be done with css tab anyone please help me out.

    Thread Starter zero9cool

    (@zero9cool)

    sorry the above link might not work

    here’s another example link :
    http://tinypic.com/r/23vkrgp/5

    WPyogi

    (@wpyogi)

    I’m confused by the image — the menu bar (in English) is LEFT aligned. Below, yes, I see some Arabic aligned right — so are you saying you want the menu bar to align to the right — as in the lower part of that image?

    Unless someone has the actual theme installed, they cannot see the code — so I do not know how that theme is coded. Generally, nav bars are generally aligned using the “float” attribute in the CSS, so you might try changing that to float: right. BUT CSS and this kind of styling is notoriously fussy and can be hard to get it right — and you can easily really mess it up, so make sure you have a back-up copy of the stylesheet before you mess with it. Also, using Firebug is the best way to figure out how to modify CSS for anything.

    BTW, the theme filter finds 87 themes that have “Right to Left Language Support” so you might want to look at those and see if they would do what you want without customizing the CSS, etc.

    Good luck.

    Thread Starter zero9cool

    (@zero9cool)

    so are you saying you want the menu bar to align to the right — as in the lower part of that image?

    Yes wpyogi thats exactly what i want, well i guess anyone using this theme might know how to fix it or maybe ANton can help anton where are you man ?? 🙁

    WPyogi

    (@wpyogi)

    Did you try changing the float attribute to “right”???

    Thread Starter zero9cool

    (@zero9cool)

    float att of :

    #menu {
    }
    ???

    WPyogi

    (@wpyogi)

    Probably, although it’s impossible for me to say for sure because I cannot see the coding of the site.

    You could try it and see what happens…

    But before you make any changes, make a back-up copy of the CSS file in case you mess it up.

    Theme Author antonshevchuk

    (@antonshevchuk)

    Hi, try follows CSS code:

    #menu li {
        float: right;
    }

    Thread Starter zero9cool

    (@zero9cool)

    We Love ANTON 😀
    thanks anton

    adequateimages

    (@adequateimages)

    Anton,
    I’m having the same problem, but when I edit that code in the CSS file and change the float, the menu bar stays in the exact same place…what I want to do is actually put the menu bar right below my header image. Any thoughts on how to do this?

    Also, I should add that I tried going to Customize / Header, and the options to change the position of the Header Menu are greyed out for the center column, so I am only able to place the Header Menu to the right or left. Perhaps this is the problem? Is there a fix?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Theme: Constructor] Right aligned menu bar HELP PLEASE URGENT’ is closed to new replies.