Liamo0o
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Background not staying FixedThank you so much for the response Matt, I will use SP forums now for specific questions related to the theme.
Your advice worked perfectly, I am a happy camper.
Forum: Plugins
In reply to: [Contact Form 7] Two different watermark colorsI have read that and tried, creating a unique id such that:
#news::-moz-placeholder{
color:#fff !important;
}However this does not work either
Forum: Fixing WordPress
In reply to: How To Make this type of Menu??How do I call the image though? If each sub menu item is a
- how can I make the text format correctly and have the right dimensions for an image?
Forum: Fixing WordPress
In reply to: How To Make this type of Menu??This is a mockup of a site under construction. The landing page is basically complete except I cant find a way to get images to appear to the right of the menu when hovering.
I have tried using the pseudo-class :hover and :after using the background-image property but am not having any luck
Since this was never really resolved I’ll post my thoughts. I am using the Agency Pro theme and was having the same issue:
1. use firebug to locate the container of the slider – head to “layout” on the right side and there should be 40px of padding. Then go to “Computed” and find the padding, it should tell you the line of code you need to bring to zero. open CSS file and change to 0.
2. find the
.site-inner,
.wrap {code in the css and change that to the width of your images. Note you will have to change more than one of these strings depending on how many media queries your css calls.