Wolfs bRain
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ColorLight] content widthI don’t know understand what you are trying to achieve.
Forum: Themes and Templates
In reply to: [McKinley] FooterI haven’t tried this plugin but, it sounds like it’ll do the job. Personally I’ve never had the need to mess with the footer besides putting a menu list in it.
https://www.ads-software.com/plugins/add-to-footer/Forum: Themes and Templates
In reply to: [ColorLight] content widthNo problem, is this what you were looking for?
div#primary.site-content div#content article#post-57.post-57 div.entry-content div table tbody tr td:nth-child(1){width:35% !important;} div#primary.site-content div#content article#post-57.post-57 div.entry-content div table tbody tr td:nth-child(4){width:65% !important;}
When I changed the value of the map area to 35% it cut off a bit, but if you add this it should fit.
.box_cont{ width:214px !important; }
Let me know if it works or if you have any other questions. I love feedback.
Forum: Themes and Templates
In reply to: [Customizr] Right Sidebar Border Help please.Wow, what a response, I’m glad to know I helped out.
Forum: Themes and Templates
In reply to: [Highwind] Avatar HelpIf its still being funky after taking off the margin, this will work.
.site-intro .avatar{ margin-left:auto; margin-right:auto; }
This will make sure the image is centered.
Forum: Themes and Templates
In reply to: [Customizr] Right Sidebar Border Help please.Hey Michael, this aughta fix your problem.
#right.widget-area:before { border-left:none; }
Let me know if it works and if you have any other questions.
– Wolfy and brain (′?ω?`)Forum: Themes and Templates
In reply to: [Highwind] Avatar HelpAlso it seems like you put the margin styling in wrong. You didnt put a selector infront of it or the first bracket. I don’t know if that was just a copy paste error.
Forum: Themes and Templates
In reply to: [Highwind] Avatar HelpHmm I try taking off the margin 0.
Forum: Themes and Templates
In reply to: [Highwind] Avatar Help.site-intro .avatar { background: url("https://upload.wikimedia.org/wikipedia/commons/7/70/Osteospermum_Flower_Power_Spider_Purple_2134px.jpg") repeat scroll center center / cover rgba(0, 0, 0, 0); }
Here is a link to the image so you can see its not round and it also doesn’t matter what size it is. And heres a link to a print screen of your site with the css I put in. Ask me more questions. I am full of answers!! Also…I accidentally replied to your other post just now so you should still reply here. ??
– Wolfy and Brain (─??─)
Forum: Themes and Templates
In reply to: [Highwind] Gravitron.site-intro .avatar { background: url("https://upload.wikimedia.org/wikipedia/commons/7/70/Osteospermum_Flower_Power_Spider_Purple_2134px.jpg") repeat scroll center center / cover rgba(0, 0, 0, 0); }
Here is a link to the image so you can see its not round and it also doesn’t matter what size it is. And heres a link to a print screen of your site with the css I put in.
Forum: Themes and Templates
In reply to: [Highwind] Avatar HelpHi again Kristy!!
The image will become a circle itself. If you are afraid of messing up the code you can always comment out the old code while you are playing with it by putting this /**/ around the code like this.
/*.class{ style:stuff; } .class{ style:stuff; } .class{ style:stuff; }*/
This way you would be hardpressed to do any permanent damage. If you are still nervous you could copy all of the text in the file and save it in a local notepad file, so if you mess it up you can just copy the code that worked back.
I’d offer to change it for you, but I don’t think I have any credibility in your eyes to prove I wouldn’t do something bad haha.
Forum: Themes and Templates
In reply to: [McKinley] FooterHi Nollie,
Try this css, let me know if it works how you wanted it..site-info .left, .site-info .right{
display:none;
}If you have any other questions just shout!
– Wolfy and Brain (????)
Hey Jd, try this css in your toniromiti site.
.product_header, div.product .product_title, .pricebox, .cart{ border-bottom: 1px solid #FFFFFF; }
Tell me if it works for you, you don’t understand anything I said or have any questions. I’m here to help.
– Wolfy and Brain ∩(︶▽︶)∩
Forum: Themes and Templates
In reply to: [raindrops] Site Title Overlapping LogoHey Ken, if you want your site title to only show for mobile devices, you could create a media query. Tell the title to display:none until the device width is below a certain number. If you haven’t used or heard of media queries before, heres a link I think will help. Media Queries Help If you have any other questions or don’t understand, feel free to ask.
– Wolfy and Brain ( ′?`)☆
Forum: Themes and Templates
In reply to: Submenu items on top of each otherHey BJS, I’d love to help, could you give me your site url?