Align front page caption widget text to the left
-
Hi, can any one help I want the widget captions on my front page to be aligned left not centred,
I had the CSS but for some reason it has stopped working.
Thanks
Scott
The blog I need help with is: (visible only to logged in users)
-
Hi Scott
Are you talking about the caption
“StrongArm delivers culture change that brings growth and revenue across your media business. We don’t do ‘managed decline’, we don’t believe in it”.
if i am not wrong with the content please let me know the right caption you are asking.
if i am understanding right then you can add the below given code and you will get it in the left.//code to be added
#post-2 {
float: left;
padding-left: 8px;
}//you can adjust the padding property according to you.
-
-
-
Hi Scott,
Please add the CSS below to your site in My Sites > Customize > CSS.
It should make the captions left-aligned on the home page.
.home .wp-caption-text { text-align: left; }
- The topic ‘Align front page caption widget text to the left’ is closed to new replies.