I am fairly new to Drupal, so I'm trying to create a child theme. I followed a guide.....actually a few guides. They all describe the same steps.
Here is what I do:
In my header region, I was unable to get the css to work to have the logo on the left and the email address on the right, so I created a header_left region and header_right region in place of the header region.
A common layout discussion that frequently arises on a new build, is if a project build requires the ability and flexibility to display content full width of the screen. If using the Bootstrap 3 framework as a starter kit, you have two options that lie ahead. One is the ‘container’ route, meaning your templates will display at responsive fixed widths defined by TWBS3. The opposite option is setting the theme to ‘container-fluid’, this allowing the container to span the entire width of your viewport.
So I am working on a project where I want to convert a static HTML page index.html to the Drupal 7 theme.
I am new to this Drupal environment, but I have seen various tutorials but I'm not able to figure out the solution to my problem.
I have created a custom theme based on bootstrap and have created a page.tpl file in which I have copied all the code from body tag to this page.tpl.
Now, how should I proceed further? How to asssign blocks to this static index.html file so that I can add blocks and assign it to the required regions?