ellp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Customizr] Footer Widget centeredHello Websponge!
The container of the 3 widgets is the “.footer-widgets” class. To center the boxes, give a width size to this class and use “margin: auto” to center this div.
Let me know if it helps.
Forum: Themes and Templates
In reply to: [Minamaze] Larger Company NameGood morning TekEss.
You can paste this code on your custom css plugin form:
#logo img{ max-height:100% !important; /* change 100% to the value in px you need */ }Let me know if it helps 🙂
Forum: Themes and Templates
In reply to: [Customizr] swipe touch slider for mobile deviceGood morning Ed!
I think you can get a better help on the “hack” section of this forum.
But, I’ve did some research and find this link:http://willrees.com/2013/02/make-your-nivo-slider-touch-capable/
Maybe it can give you some ideas.
Good look 🙂
Forum: Themes and Templates
In reply to: sidebar is missingGood Morning Malkah.
Maybe the theme has a template with the sidebar to select. Check this page to see how you can find and activate the template, if exists:
http://codex.wordpress.org/Page_Templates
Let me know if you find anything.
Forum: Themes and Templates
In reply to: Need Helping Centering ImageGood Morning Kelly!
Glad it helps 😀 Let me know if you help any help in the future 😉
Forum: Themes and Templates
In reply to: [Minamaze] Changing inner border coloursGood Morning Py!
First of all, thanks for the screenshot. It help me a lot!
I found the problems with the dashed borders. There was code from them everywhere! I think this code bellow will solve your problem.
.widget li, #sidebar h3.widget-title:after { border-bottom: none; } .widget ul{ border: none; border: 1px dashed #238ABE; }Let me know if it works.
Forum: Themes and Templates
In reply to: [Minamaze] Changing inner border coloursHello Again,
The only gray border I found is around the slider… And actually is not a border, is a box-shadow.
.slider-boxed #slider .rslides-inner{ -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: 1px dashed #238abe; padding: 5px; }Let me know if it works.
Forum: Themes and Templates
In reply to: [Hueman] No image on single postsHello Meca!
Normally the featured images doesn’t appear on the single post pages… You need to insert them directly on the post itself to display them.
Make a test and let me know your findings 🙂
Forum: Themes and Templates
In reply to: [Minamaze] Changing inner border coloursPy,
Paste this code on your custom css plugin form:
body. site{ border:3px dashed #e0e0e0 !important; }Let me know if it works 🙂
Forum: Themes and Templates
In reply to: Need Helping Centering ImageHello Kelly!
Weeks on this? Let’s solve this issue now! Paste this code on your custom css plugin form:
#slider{ width:600px; margin: auto; }Let me know if it helps 🙂
Forum: Themes and Templates
In reply to: [Minamaze] Changing inner border coloursHey Pyratus!
Can you please provide your site link?
Thanks!
Forum: Themes and Templates
In reply to: Changing Navigation Bar ColorsHello!
To change the background hover color on your menu use this code:
.widget .nav-menu li:hover, .widget .nav-menu li li.current-menu-item a, .widget .nav-menu li li.current_page_item a, .widget .nav-menu li li:hover, .widget .nav-menu li li:hover li a{ background: red; /* change to the color you wish*/ }I didn’t found the “Press Releases” issue you said. Can you please send a screenshot link. It will help.
Thanks
Forum: Themes and Templates
In reply to: [Customizr] swipe touch slider for mobile deviceHello Ed!
I’ve tested your site here and seems fine. What is the problem?
Forum: Themes and Templates
In reply to: Expound by Konstantin Kovshenin (Help Please!)Hello!
Here is your answers:
1) Paste this code:
#colophon{ background: black; }2) Paste this code and change the color as you wish:
.navigation-main ul > .current_page_item:hover, .navigation-main ul > .current-menu-item:hover, .navigation-main ul > .current-post-ancestor:hover, .navigation-main ul > .current-menu-ancestor:hover, .navigation-main ul > .current-menu-parent:hover, .navigation-main ul > .current-post-parent:hover{ background: blue; }3) Paste this and change the color
.navigation-main li{ color: red; }mmonarchy, is not so complicated as you think. You need to do some training with Firebug to know how to find things… Soon you get the idea 😉
Hope it helps.
Forum: Themes and Templates
In reply to: sidebar is missingYou build this theme or you get it on some theme site? I haven’t found any reference about this theme at all.
My tip for you: verify if this theme has a template that includes sidebar widgets. If it has just activate it and you are good to go.
Let me know your findings.