The site I am going to build is a portfolio site.
There will be different galleries we switching between them, I want some animation. http://puheyan-xu.squarespace.com/ just like this template.
I have no idea how to implement this one.
Could you help me with some guide?
Hi, I'm new to Drupal and to website building. I'm using the premium responsive theme and have used the image block module to placed an image (button) inside each of the regions "bottom" 1-3. I would like to know how to center the images so the buttons as a whole appear centered on the page? I tired text-align, float properties and tired adjusting the padding and margins with no luck. I would really appreciate your help.
i'm building my website on localhost with bootstrap theme and i have very problems to find out and to understand how to use media query with boostrap theme.
i found a lot of web site, forum ecc.. but i can't understand if bootstrap theme using: MOBILE FIRST METHOD, if use some his own media query or what kind of media query it's using.
i found these two types of media query:
/*========== Mobile First Method ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
I try for a while now to prepare my new drupal site newsletter.
For this, I installed Simplenews and Simplenews content selection modules and style my newsetter in table/td/tr mode in simplenews-newsletter-body.tpl.php et simplenews-newsletter-footer.tpl.php files, to get a better compatibility with mail clients.
But the contents of the newsletter between the body and footer templates keep the div tags generated by Drupal.
So I would like to change the template of contents but I don't find how to do it. Where can I theme the good template for this ?