• farinrahman

    (@farinrahman)


    Hello

    I’m using MK theme and really like it. But I cannot change the header title alignment. I want that to be on the right bottom.

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • WEN Solutions

    (@wen-solutions)

    Would you please provide the link of your site?
    Thanks

    WEN Solutions

    (@wen-solutions)

    Would you please provide the link of your site?
    Thanks

    WEN Solutions

    (@wen-solutions)

    Would you please provide the link?
    Thanks

    Thread Starter farinrahman

    (@farinrahman)

    i’m totally new into this, so i’m not sure if this will work or not.

    https://localhost:8888/sajib/about-me-2/

    WEN Solutions

    (@wen-solutions)

    You have provided us your local link which is not accessible here. So can you explain which part you are talking about looking at the theme preview:https://www.ads-software.com/themes/mk/

    Thread Starter farinrahman

    (@farinrahman)

    On each page the page title on header is in center. I want the page title to be on right. Like in Contact page the title ‘Contact’ would be on right side instead of center.

    Thanks

    Thread Starter farinrahman

    (@farinrahman)

    Also I want to change the site title color from green.
    thanks

    Nicholas Chen

    (@nicdesign)

    user firebug in Firefox or inspect element in Chrome to find the css class of the header then add it to your css and add this code:

    text-align:right;

    or if that doesn’t work try

    float:right;

    to make it green you can do the same thing and use:

    color:(what ever your color is);

    if I could see your actual site I could be more specific.

    Thread Starter farinrahman

    (@farinrahman)

    Thanks a lot. It was a great help

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Change the header title position’ is closed to new replies.