creativasium
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Responsive] Footer problemsNow the margin’s on the wrapper instead of the container, put the margin-bottom:0;
#wrapper {
border: 0 none;
padding: 0 !important;
margin-bottom: 0;
}Forum: Themes and Templates
In reply to: [Responsive] Footer problemsHi cdrossen, I solved the issue, you can find the final result and the css in this [promo link removed]
you need to add to the css rule z-index: 9999;
Yes that is possible, did you checked out the video?
Hi, you mean like this one?
[link removed- advertising your own site or services is not allowed here]Is that the menu you want?
Forum: Themes and Templates
In reply to: Moving header logo down from top of pageHi phibelle
just add this to your Stylesheet
#logo > img {
margin-top: 25px;
}Forum: Themes and Templates
In reply to: New To WordPressYes you can do that with WordPress.
WordPress is very versatile, not so long time ago people used to say “WordPress look” because many blogs looked the same and worked the same way. It’s a wonderful platform for blogging but can work on other sites too.
My website is [link redacted – you’ve been asked not to use these forums to advertise ] It’s in spanish and using the default theme with some tweaks (like the background) and as you can see it has Social Sharing and Pop ups for E-mailing lists.
The possibilities are endless when it comes to WordPress.Hope this helps you to decide.
Forum: Themes and Templates
In reply to: [Virtue] reduce space between slider and image menu.cycloneslider-template-dark {
margin: 0 auto;
border: none;
}Put that on your custom CSS
Forum: Themes and Templates
In reply to: [Virtue] reduce space between slider and image menureduce the space between the slider and the image? you mean getting rid from that gray frame/border?
Forum: Themes and Templates
In reply to: Best practice for one-of-a-kind themeThe best one to go is the theme development section at the WordPress codex, I started there and I’m developing my own theme for my website. It’s all there, some things may be a little difficult to understand like the walker class that make the menus but aside from that I found everything well explained, detailed and with examples.
Forum: Themes and Templates
In reply to: Adding image to the body of my page#main.site-main {
background-image: url(yourimage);
}
that’ll do the trick.Forum: Themes and Templates
In reply to: Links at ImagesCheck out a technique called CSS sprites
https://www.smashingmagazine.com/2009/04/27/the-mystery-of-css-sprites-techniques-tools-and-tutorials/Forum: Themes and Templates
In reply to: Logo and Menu not responsiveDo you want to shrink it to be responsive? It’s better to have a dropdown menu than to shrink the menu for mobile, because the small buttons can lead to problems for the user when trying to tap the menu links with their fingers, but you can do that with media queries of CSS
Forum: Themes and Templates
In reply to: [Vintage Camera] Change Navigation Icon on Vintage Camera themeHi, could you please put a link to the website? that would be helpful.
Forum: Themes and Templates
In reply to: How To Center Header image in MH Newsdesk Premium ThemeHi, you want it to look like this? this