Viewing 6 replies - 1 through 6 (of 6 total)
  • general, you could add text-align: right; to the style of the title – in style.css of your theme.

    if you give more information, and post a link to your site, you might get more detailed replies.

    Thread Starter thekjub9

    (@thekjub9)

    my test page

    pls can you provide a part of existing code ?? to be able to trace it and put your part next ? thx

    if you are talking about the post titles, such as ‘003’, then find this in style.css:

    div.grid-item h2.post-title,
    div.single-item h2.post-title {
    	margin: 0;
    	padding-left: 0;
    	border-left: 0;
    	font-weight: normal;
    }

    add text-align: right; to this style

    Thread Starter thekjub9

    (@thekjub9)

    thx and how about page title on the top is there a way to align it to right ? default is left

    #header h1 {
    		margin: 0;
    		color: #000000;
    	}
    	#header h1 a{
    		margin: 0;
    		color: #000000;
    	}
    	#header p {
    		margin: 0;
    	}

    add text-align:right; to #header h1 andf #header p;
    the second style is for the description text.

    (you probably need to add a margin-right to prevent it from hanging over the right edge of the posts.)

    Thread Starter thekjub9

    (@thekjub9)

    thx for effort after trying it I decided to get back … I deleted the lines I added before updatet as before but it didnt went back on my web … is there a way to solve it ?

    the same happened sometimes after editing my css style code .. that the reverting to original state after deleting or removing added text wont get also my web look back

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘title right alignment’ is closed to new replies.