Forum Replies Created
-
AuthorPosts
-
elkiehound
Memberelkiehound
MemberI was able to get these search boxes to be the same. For others that might have the same issue, here are the changes I added to the CSS:
/* 3-7-15: Added to make the search box smaller
--------------------------------------------- */
.search-form input[type="search"] {
padding: 1px;
width: 48%;
height: 22px;
}/* 3-7-15: Added to change font size in search box
--------------------------------------------- */
.search-form input, select, textarea {
background-color: #fff;
border: 1px solid #ddd;
color: #000;
font-size: 10px;
font-weight: 400;
padding: 16px;
width: 100%;
}/* 3-7-15: Added to put a submit button next to search box
--------------------------------------------- */
.search-form input[type="submit"] {
position: relative;
display: inline-block;
padding: 3px;
margin-top: 12px;
margin-left: 12px;
width: 68px;
height: 24px;
clip: auto;
text-align: center;
background-color: #666;
transition-property: opacity;
transition-delay: .3s;
transition-duration: .5s;
color: #fff;
font-size: 10px;
font-weight: 400;
}.search-form input[type="submit"]:hover {
opacity: .5;
}elkiehound
MemberThanks Victor.
With some assistance from good folks at Studiopress, I got it resolved with CSS change as follows, for others that may get same:
Changed this:
.genesis-nav-menu .menu-item:hover {
position: static;
}To This:
.genesis-nav-menu .menu-item:hover {
position: relative;
}elkiehound
MemberThis reply has been marked as private.elkiehound
MemberThis reply has been marked as private.elkiehound
Memberelkiehound
MemberElioverbay,
Looks like your site if fixed now, the header does not change sizes. How did you fix it ?
Thanks for sharing
elkiehound
MemberYes, it removes the logo on home page and keeps on all others. You can check on the site URL. See OP above
elkiehound
MemberThank you for the good support !
elkiehound
MemberGood find.
Fixed on mine too, however that is a workaround.
Anyone on how to keep the Title and have the Posts aligned ?
Thanks
elkiehound
MemberThanks.
That got me started. I am almost there.
Need to shrink the black background on the 320 version. (The space between the logo and the Nav).
Any help is appreciated.
elkiehound
MemberThanks SK, both solutions, removing the Genesis Grid plugin and / or changing the css as prescribed worked !
Cheers.
elkiehound
MemberAny clues folks ?
elkiehound
MemberI should mention that the top widget is a combination of an image and a mail chimp form.
elkiehound
MemberThis works for the read more on a content limited post / widget.
How about how to change the read more using the Show Full Content ?
elkiehound
MemberThat takes me to the actual post, I am trying to create the second button like the first button, that scrolls down the page to the second featured post. The first button works fine, however the second one is not scrolling down to the right section.
This is what I have in the Top Widget now.
img src="http://bwc.swschool.com/wp-content/uploads/2013/11/software-school-design-its-your-choice.png" alt="Software School Design and Training" />
a href="#home-middle">Our Work
a href="#home-middle">Our TrainingCan you help me with specifically what to put to create a second the second button so it scrolls down to the "Our Training" section (which is the 2nd Featured post in the Home Middle Widget).
Thank you.
elkiehound
MemberThe site is: http://bwc.swschool.com
Thanks for the help.
elkiehound
MemberHi Mitch,
I carefully followed these instructions.
Custom Portfolio Template With Hover Effects Using Genesis Featured Posts Widget
Works great !
November 29, 2013 at 7:22 am in reply to: Link Button to 2nd Featured Post in Widget – Agency Pro #76140elkiehound
MemberI saw the plugin that allows making a specific Widget Title clickable.
What I am looking for though is a bit different, I want the Title to be the destination of the click from a button the is above.
Anyone with an idea on how to create code that will link to a specific Widget Title ?
Thanks
November 28, 2013 at 11:52 am in reply to: Link Button to 2nd Featured Post in Widget – Agency Pro #76060elkiehound
MemberIs there some kind of ID for each Featured Post that I can use to link to ?
-
AuthorPosts