Forum Replies Created
-
AuthorPosts
-
JenniferNMMember
Thanks for the help, Graham. 🙂
I emailed support for Design Palette Pro because somehow my license wasn't activated (when it had been before). They had to do it manually due to a bug, but also told me the plugin was updated yesterday. Didn't show as out of date in my plugin list.
Now there's a new sidebar item: Featured Posts - Title and adjusting that fixed the sidebar issue.
Unfortunately, if you take a look at other widget areas on the page (Home-Bottom and Before Footer Widgets), the titles are still overly sized there.
I may try to use the CSS you posted and see if I can figure out the stylesheet for those widgets.
JenniferNMMemberThank you, Ren - I'll try that and report back! Cheers. 🙂
January 28, 2015 at 2:03 pm in reply to: Equal sidebar widths (sidebar-content-sidebar) for Daily Dish theme? #138871JenniferNMMemberAm going to try this below, but I'm not sure how to determine the maximum width of my site!
Found here: http://wpsites.net/web-design/modify-sidebar-content-sidebar-layout-width-equal-width-sidebars/
/* Content Sidebar Wrap*/
.sidebar-content-sidebar .content-sidebar-wrap {
width: 760px;
float: right;
}/* Secondary Sidebar */
.sidebar-content-sidebar .sidebar-secondary {
float: left;
width: 360px;
}/* Primary Sidebar */
.sidebar-content-sidebar .sidebar-primary {
float: right;
width: 360px;
}/* Content */
.sidebar-content-sidebar .content {
width: 380px;
}JenniferNMMemberThanks for the suggestion, Abland. Tried that, but it didn't work. It also didn't look like anything else in the comments section.
/* Comments
--------------------------------------------- */.comment-respond,
.entry-comments,
.entry-pings {
margin-bottom: 40px;
}.comment-header {
font-size: 16px;
}li.comment {
background-color: #f5f5f5;
border: 2px solid #fff;
border-right: none;
}.comment-content {
clear: both;
}.comment-list li {
margin-top: 24px;
padding: 32px;
}.comment-list li li {
margin-right: -32px;
}.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
width: 50%;
}.comment-respond label {
display: block;
margin-right: 12px;
}.entry-comments .comment-author {
margin-bottom: 0;
}.entry-pings .reply {
display: none;
}.bypostauthor {
}JenniferNMMemberThis helped me too and worked on the Daily Dish theme. AC, thank you so much!
For anyone else struggling with this issue, I also had to change Readings --> Settings to "Display Latest Posts."
Then I added the Featured Posts widgets in Home Top and a few other places and now my front page looks the way I originally intended.
Cheers,
Jennifer -
AuthorPosts