Title is quite self explanatory but to provide more input, main content section stays in col-sm-9 style even if side menu ( secondary in my case ) is empty.
I am trying to theme the emails that are sent from a Webform.
I am not a developer so if this means writing PHP code, preprocess PHP code etc., then, thanks for reading this, but it will be beyond my limited understanding of twig and PHP coding. Many thanks for your time. But if you know where I can find information for a novice to learn what is needed to achieve my goal, then I will try them.
Having read Document pages and watched videos on Drupal, Drupal Docs, stackoverflow, and other pages.
i have design a sample bootstrap theme with d7. in front page we have row 12 - col-md-9 for content and col-md-3 for sidebar
firs section we have custom slider with slick slider and show 5 content with image and in the second section we have custom tag contet like image under i do'nt know how post 5 content with custom tag first image larger than other 4 post . third section we have custom tab content with custom tag post how can design it with view? in the last section we have auto complete search
I am re-theming a site with Bootstrap and the masonry and masonry-views modules. I have no clue HOW Drupal is deciding to insert a "style" attribute into the "masonry-item" DIV. The "style" that is being inserted horizontally collapses all of the blocks that masony-views and ruins any ability to restyle the element with CSS, since "style" overrides CSS. I don't see anywhere in views or in masonry-views where the style attribute is being set. MORE DEEPLY BURIED DRUPAL BS?