• Resolved isloooboy

    (@isloooboy)


    I am making an Urdu Website for my local Community and designing is done but I am unable to align post titles to the right side, please guide me in this regard.

    I am using Merlin Free Theme

    Here is the link to view my site
    Qalamkar.pk

    I want to clarify one thing here is, I tried “Custom CSS Manager Plugin” and put code;

    h1.entry-title {
    text-align: right;
    width: 100%;
    }

    but it is not working as well.

Viewing 15 replies - 16 through 30 (of 30 total)
  • I was talking about the code in your earlier reply.

    .widget ul
    text-align:right

    needs to be

    .widget ul {
      text-align:right
    }

    You would add all this to your Custom CSS:

    h2.entry-title a {
      text-align: right;
      width: 100%;
      float:right;
    } 
    
    .widget ul {
      text-align:right
    }
    
    .entry-content p {
      text-align:right;
    }
    Thread Starter isloooboy

    (@isloooboy)

    this is not working ??

    .widget ul {
    text-align:right
    }

    Although it worked perfectly

    .entry-content p {
    text-align:right;
    }

    Thread Starter isloooboy

    (@isloooboy)

    widget title code is not working

    rest is perfectly working

    .widget ul {
    text-align:right
    }

    was for the widget content and is working. Your page looks good so far.

    I need to figure out the widget title, so give me a moment.

    .widget-title {
      display:block;
      text-align:right;
    }

    That should do it. I hope you’re happy with your page now.

    Thread Starter isloooboy

    (@isloooboy)

    widget title went to right but the whole bar colors is converted as well and also a little icon which was at the end of bars right it went below bar

    Thread Starter isloooboy

    (@isloooboy)

    I am glad you brought me this far by sharing your knowledge with me and I appreciate that with my heart

    That part is a bit tricky and will take more time to figure out.

    By the way, you’re welcome! ??

    I tried a few things, but I think it’d take me too long. I have to leave soon, but maybe someone else will come along and help you fix that one.

    Anyway, your website looks a lot better now. I’m glad I could help.

    One last code for you:

    img {float:right}

    Have a great day!

    Thread Starter isloooboy

    (@isloooboy)

    Thank you very much Dear wanderer, your help made me feel happy and relief I hope someone will help me to go further.

    You’re welcome. Good luck!

    Problem solved. I worked on it a little more.

    Replace

    .widget-title {
      display:block;
      text-align:right;
    }

    with

    .widget-header {
      text-align:right;
    }

    Now I better go. Hope that helps.

    Thread Starter isloooboy

    (@isloooboy)

    You ROCK ??

    Thank you so much for your support and time

    Now I can focus on my other matters, this took almost the whole day of mine to find out on my own but you solved it within an hour.

    God Bless You

    Thanks once again

    Thread Starter isloooboy

    (@isloooboy)

    Problem Solved

    Thanks to wanderer

Viewing 15 replies - 16 through 30 (of 30 total)
  • The topic ‘How to Align Post Title to the Right?’ is closed to new replies.