A well sought-out and beautiful design system for all type of Blogger projects based on latest version of Bootstrap and Xml
BootstraBlogger gives you a full solution for all your Blogger Portfolio,Landing and E-commerce product catalogs make up your design workflow with ready-to-use beautifully designed sample blogger components for your daily projects. Note: All components and elements are based on bootstrap frameworks and Xml. We have enhanced the components and added more elements for your Blogger projects.
Benefits Of This BootstrapBlogger Framework
The main purpose of this Booststrablogger Components (Css Framework) is to give a full solution to designers and developers in the categories of all type of blogger Themes, online marketplaces, Portfolio platforms and product landing blogger. This kit provides multiple combinations of examples and sample section and widgets for you to work on including numerous components and element styles.
What this BootstrapBlogger kit includes
Booststrablogger offers easy-to-use and fully customizable elements including CSS and XML files along with the templates
Well organized file structure
Fonts and SVG, Demo images
SASS files with minimal code and variables
Blogger Xml and basic script codes, slider samples, Card
Clean code for Blogger XML, CSS and SASS based on latest Bootstrap and XML
6+ ready-to-use widgets and UI blogger components
Ready-to-use blogger Xml template
Download
Designer version
With the designer version of Booststrablogger Framework you will get a full package of interactive, reusable and customizable UI components and sample Widgets which are compatible for both blogger Xml and bootsrap.
Developer version
The developer version of Booststrablogger comes with clearly-coded and sought-out source files in blogger Xml, CSS and SASS. Over 10+ widgets which are related to ecommerce are fully customizable and easy-to-use and easy-to-implement in your ecommerce projects. The widgets come in with SVG icon and Fonticon formats for flexible usability.
BootstrapBlogger License
Rights
Copyright (c) 2020
You have rights for royalty free use of our resources for any and/or all of your personal and commercial projects. You may modify the resources according to your requirements and use them royalty free in any and/or all of your personal and commercial projects. For example, you may include this resource in a Blogger you will be designing for a client. You are not required to attribute or link to Booststrablogger in any of your projects. Booststrablogger will not be responsible for any outcome that may occur during the course of usage of our resources. We reserve the rights to change and revise the resources usage policy at any moment.
BootstrapBlogger Prohibitations
You do not have the rights to redistribute, resell, lease, license, sub-license or offer the file downloaded to any third party. For any rescalable Blogger applications you should not include our graphic resources as an additional attachment. This will be considered as a redistribution of our resources which is forbidden by us - Booststrablogger
Quick start
To start using this BootstraBlogger design system you will first need to import some files in your project or download ready to use starter templates.
Copy and paste the blogger Xml <Xml> into your <Blogger Html Editor> and get ready for develope.
JS
Most of BootstraBlogger components require the use of JavaScript to function. Specifically, they require jQuery, Bootstrap.bundle.js and Poper. We added some popular js in the BootstraBlogger Xml like slider and slickslider. Our script.js file contains some additional scripts which may come handy for your project.
If you use SASS, you can play around with the variables ($variable), the files can be found in /sass/BootstraBlogger .scss or directly from bootsrap's source /sass/bootstrap-assets/type.scss
<divclass="container-sm">100% wide until small breakpoint</div><divclass="container-md">100% wide until medium breakpoint</div><divclass="container-lg">100% wide until large breakpoint</div><divclass="container-xl">100% wide until extra large breakpoint</div>
BootstraBlogger widget columns size and Grid
Extra small
<576px
Small
e576px
Medium
e768px
Large
e992px
Extra large
e1200px
Grid behavior
Horizontal at all times
Collapsed to start, horizontal above breakpoints
Class prefix
.wg-
.wg-sm-
.wg-md-
.wg-lg-
.wg-xl-
Mixing Grid
.wg-row
.wg-sm-
.wg-md-
.wg-lg-
.wg-xl-
Mixing widgets grid
.wg-row
.wg-1-sm-
.wg-2-md-
.wg-4-lg-
# of columns
12
Gutter width
30px (15px on each side of a column)
Offsets
No
Column ordering
No
Normal mixing widget
<b:sectionclass='wg-row wg wg-title-blue wg-sm-6 wg-md-4 wg-lg-3'id='sectionId'></b:section>
Widget title
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Widget title
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Widget title
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Widget title
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Normal mixing same size widget
do not forget to add (wg-row)wg-row on each widget row yo create
<b:sectionclass='wg-row wg wg-bg-success wg-title-orange wg-sm-6 wg-md-6 wg-lg-4'id='sectionId'></b:section>
Widget title
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Widget title
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Widget title
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
To attain equal columns height, you must add wg-equal-height-cols
Widget title
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Widget title
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Widget title
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Widget title
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Various Media Screen Breack Point
// Extra small devices (portrait phones, less than 576px)// No media query for `xs` since this is the default in Bootstrap// Small devices (landscape phones, 576px and up)@media(min-width:576px){...}// Medium devices (tablets, 768px and up)@media(min-width:768px){...}// Large devices (desktops, 992px and up)@media(min-width:992px){...}// Extra large devices (large desktops, 1200px and up)@media(min-width:1200px){...}
// Extra small devices (portrait phones, less than 576px)@media(max-width:575.98px){...}// Small devices (landscape phones, less than 768px)@media(max-width:767.98px){...}// Medium devices (tablets, less than 992px)@media(max-width:991.98px){...}// Large devices (desktops, less than 1200px)@media(max-width:1199.98px){...}// Extra large devices (large desktops)// No media query since the extra-large breakpoint has no upper bound on its width
Basic widgets grid layouts to get you familiar with building within the Bootstrablogger grid system to archieve this you must add wg-row for sm/md/lg/xl and dull widget just add wg.
In these examples the .widget-grid-col class is added to the columns to add some theming.
Five bootstraBlogger grid tiers
There are five tiers to the Bootstrablogger widgets grid system, one for each range of devices we support. Each tier starts at a minimum viewport size and automatically applies to the larger devices unless overridden.
our grid tier are normal assisted with widget row (wg-row) wg-row
.wg-4
.wg-4
.wg-4
.wg-sm-4
.wg-sm-4
.wg-sm-4
.wg-md-4
.wg-md-4
.wg-md-4
.wg-lg-4
.wg-lg-4
.wg-lg-4
.wg-xl-4
.wg-xl-4
.wg-xl-4
Three equal columns
Get three equal-width columns starting at desktops and scaling to large desktops. On mobile devices, tablets and below, the columns will automatically stack.
.wg-md-4
.wg-md-4
.wg-md-4
Three unequal columns
Get three columns starting at desktops and scaling to large desktops of various widths. Remember, grid columns should add up to twelve for a single horizontal block. More than that, and columns start stacking no matter the viewport.
.wg-1-md-3
.wg-2-md-6
.wg-3-md-3
Two columns
Get two columns starting at desktops and scaling to large desktops.
.wg-1-md-8
.wg-2-md-4
Full width, single column
No grid classes are necessary for full-width elements.
Two columns with two nested columns
Here you have to mix ootstrap col with logger col to create estig grid
Per the documentation, nesting is easy—just put a row of columns within an existing column. This gives you two columns starting at desktops and scaling to large desktops, with another two (equal widths) within the larger column.
At mobile device sizes, tablets and down, these columns and their nested columns will stack.
The Bootstrap v4 grid system has five tiers of classes: xs (extra small, this class infix is not used), sm (small), md (medium), lg (large), and xl (extra large). You can use nearly any combination of these classes to create more dynamic and flexible layouts.
Each tier of classes scales up, meaning if you plan on setting the same widths for md, lg and xl, you only need to specify md.
.wg-col-md-8
.wg-6 .wg-md-4
.wg-6 .wg-md-4
.wg-6 .wg-md-4
.wg-6 .wg-md-4
.wg-6
.wg-6
Mixed: mobile, tablet, and desktop
.wg-sm-6 .wg-md-6.wg-lg-8
.wg-6 .wg-md-6 .wg-lg-4
.wg-6 .wg-md-6 .wg-sm-4
.wg-6 .wg-md-6 .wg-sm-4
.wg-6 .wg-md-6 .wg-sm-4
Buttons
Forms
Customizes
Bootstrablogger Badges and mixing
Rating
Card and boxes
Customizes
Images
Navbars
Basic navbar
Navbar multi nav
It's easy to create a navbar with multi navigation by adding class mr-auto or ml-auto, this pushes the next menu to the other side
Simple horizontal nav
Simple horizontal nav (dark)
Customizes
Icon with text
Product grid
Customizes
Product list
Customizes
Product detail
BootstraBlogger Sidebar Filters
BootstraBlogger Shopping cart
BootstraBlogger Features
BootstraBlogger footers
Carousels
Do you need help?
Give an idea or report an issue.
Write: Bootstrablogger @gmail.com
Whatsapp: Online chat