Forum Replies Created
-
AuthorPosts
-
StephIvoryInk
MemberThank you so much, Davinder! 🙂
StephIvoryInk
MemberThank you! I had to add the following and it worked perfectly 🙂
#front-page-5 .widget-area {
margin: 0 auto !important;
display: block !important;
}I'm not sure why the portfolio is still aligning goofy within the widget, but I think it may have to do with the portfolio plugin itself.
One last question and then I will not be bothersome anymore 🙂
The testimonial centered, but is slightly crashing into the text still, do I add margin: top to move that down?
StephIvoryInk
MemberThank you that was very helpful! I appreciate it. 🙂
Would you happen to know how to center widgets? It's the last issue I am stuck on, I have three widgets all positioned to the left on the page: the "hi Im elizabeth", the testimonials, and the portfolio. I know you cannot use float: center in CSS and am having trouble narrowing down the correct coding.StephIvoryInk
MemberStill looking for help please 🙂
StephIvoryInk
MemberStill looking for help please 🙂
StephIvoryInk
MemberI was able to change the font color using this:
#front-page-3 .widget-area .widget_text {
color: #000000;
}Still need help with the font type 🙂
StephIvoryInk
MemberI forgot to also include a third widget, the "Hi I'm Elizabeth" also needs to be centered. Thanks!
StephIvoryInk
MemberWoohoo! It's fixed!
The theme automatically sets the height of each of the front page sections, so this was the code that needed to be applied to adjust the height. Just place in the proper ID and set the px to what you need:
#front-page-5 {
height: 539px !important;
}StephIvoryInk
MemberGot rid of the before header area. It's code said this:
.before-header {
background-color: #fff;
line-height: 1;
width: 100%;
z-index: 99;
}and it worked after changing it to this:
.before-header {
background-color: #fff;
display: none;
line-height: 1;
width: 100%;
z-index: 99;
}Now still stuck on changing the heights of my widget areas.
For example, I would like the height of #front-page-6 to be 539px instead of 842 px. I was using this in the CSS editor plugin with no luck:
#front-page-2 .widget-area {
height: 539px !important;
}StephIvoryInk
MemberThank you!
Sure, I was needing to add more background images on the front page and told the easiest way was to add new widget sections using the following into the style sheet to have the images show up:
#front-page-5 { background: transparent url(http://prettysweetdesigns.com/wp-content/uploads/2015/07/Line5.jpg); border: solid 0px; background-repeat: no-repeat; background-position: center; }
#front-page-3 { background: transparent url(http://prettysweetdesigns.com/wp-content/uploads/2015/07/section4.jpg); border: solid 0px; background-repeat: no-repeat; background-position: center; }
#front-page-6 { background: transparent url(http://prettysweetdesigns.com/wp-content/uploads/2015/07/9_1902_539.jpg); border: solid 0px; background-repeat: no-repeat; background-position: center; }
#front-page-7 { background: transparent url(http://prettysweetdesigns.com/wp-content/uploads/2015/08/section8.jpg); border: solid 0px; background-repeat: no-repeat; background-position: center; }
#front-page-1 { background: transparent url(http://prettysweetdesigns.com/wp-content/uploads/2015/07/backy2.jpg); border: solid 0px; background-repeat: no-repeat; background-position: center; }Maybe my question is, how do I get these sections to fit around the images without cutting off/leaving open space? Thank you for your patience with me! 🙂
StephIvoryInk
MemberThank you, Jeff! Would you happen to know how to resize widgets? I'm having trouble getting them to fit around my background images (some have white space and a couple are cut off). And unfortunately I have to use these exact sizes for the images. Thanks in advance! 🙂
StephIvoryInk
MemberWhite boxes are fixed!
Looking for help with resizing the widgets, asap if possible.
StephIvoryInk
MemberOkay, fixed menu font colors.
Still need help with:
Resizing the widgets around my background images to remove any empty space.
And also need help with removing the white boxes in the center of the widgets. When I take out the text widget from the section, then my entire section is removed and my background image disappears. Is there a way to keep the widget with my background image and have nothing hovering over it?
Truly appreciate any help!
StephIvoryInk
MemberFixed white line issue.
Widgets need to be resized, and boxes removed.
Also, my menu font color needs to be changed, I was using the following code to change it to white and it has not been working:
.secondary-navigation li a {
color: #fff; -
AuthorPosts