Like this site using Newspaper does: http://www.cruisehive.com/princess-cruises-employee-dead-tour-bus-crashes-alaska/4146
It looks good and if we try playing with some css it can become fantastic. Any guesses, what css he is using?
I think he is using the same plugin as me that called the “Intense Site Builder” this plugin is so awesome and can make this theme look so great with all the shortcodes that comes with this plugin..you can find it here http://codecanyon.net/item/intense-site-builder-wordpress-plugin/5600492
I have checked that site an it’s not using the plugin you’ve mentioned.
that plugin comes with different shortcodes..he is using the promobox shortcode like me.. but in the more simple way..mine i have do some changes to it.. the sidebar i’m not using so that’s why u not see it..on his front page he is even using the shortcodes from that plugin…the plugin have over 1000 shortcodes for you to understand what it can do that’s why i know he is using it…
Try this one, it works for me
If i got right what you meant
.td-post-sidebar {
box-shadow: -5px 0 5px -4px rgba(50, 50, 50, 0.15);
}
.td-post-sidebar {
padding: 0 0 25px 25px;
}
.td-post-sidebar {
background-color: #ffffff;
}
-
This reply was modified 11 years by
paulberrow.
@Steven thanks got it π
@paulberrow, that works great. Thanks a lot. π
Your welcome!)
Btw, if you find the way how to make it on pages and categories. let me know. Lucian gave me some information about customizing categories, but i haven’t tryed yet
-
This reply was modified 11 years by
paulberrow.
Yeah @Steven π
@paulberrow use .td-a-rec-id-sidebar and .td-g-rec-id-sidebar with the same css.
You can also look at the source (because your widgets may have different classes) and add more classes. It worked for me. π
Thanks! I did it a bit another way, added my custom class to category and page templates:)
@paulberrow may I also do it? Your css please. π
I used the same css, just added a custonm class, coz could’t find the special classes for sidebars in pages and categories.
https://forum.tagdiv.com/topic/control-of-widget-headerslines-on-sidebar/#post-19605 Here Lucian wrote how to add a custom class for category, for page it’s pretty much the same