Text Alignment for Tag Pages

Posted in: Newsmag
Post count: 196

Hello, I am trying to add some unique text to some of my tag pages, but it looks pretty bad…here is a screenshot:

http://s13.postimg.org/p2zxcslrr/image.png

Is there a way to align the text that I put in with the Blog posts below? Also to make the text that I wrote larger (not for excerpts).

Post count: 23312

Hello Brain916,

Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.entry-content {
padding-left:25px;
}

The result you should see here -> http://screencast.com/t/s7XMboiICxwZ

Thank you for the message!

Post count: 196

It worked, however there is a slight delay…it takes a second after the page loads for it to align correctly. Is there a way I can avoid this?

Post count: 6535

Hi

That delay appear because the css from theme panel loads after the main css of the theme, loaded from style.css file. To avoid that delay try to insert the css directly in style.css: http://screencast.com/t/kOQTD07V clear all caches and test again.

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.