Topic: MonstraPro - Cyborg [Jet black and electric blue]

Cyborg
Jet black and electric blue

Framework based on Bootstrap 3 created by Bootswatch

We made it for Monstra CMS 3.0.1, also we add some changed as well as simple slider, hope you like it wink


LIVE DEMO: http://free.demo-mp.monstrapro.com/home


Home page
http://monstrapro.com/public/uploads/themes/free-themes/cyborg/cyborg.png


DOWNLOAD cyborg.zip

How to install:
1. Open file "cyborg.zip" select folder "cyborg" and move it to your server/public/themes/
2. Open admin panel, than go to Extends - Themes than Site Theme - Select theme, select "cyborg" and click save smile

View all elements here: http://bootswatch.com/cyborg/

(с) Roman Art
So far So good wink

RomanArt's Website

Re: MonstraPro - Cyborg [Jet black and electric blue]

On the mobile version of my site using the Cyborg theme, for some reason the Navbar Toggle is there, but it is not visible for users to click. I've tried looking in the CSS file to see where the problem could lie, but have had no luck. Any help is appreciated.

Site is: southerntier.wnyreferee.org

Re: MonstraPro - Cyborg [Jet black and electric blue]

is it only happened when use this demo or any other from this series?

(с) Roman Art
So far So good wink

RomanArt's Website

Re: MonstraPro - Cyborg [Jet black and electric blue]

oh i see why u cut some code smile

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

u must have this at least cause the icon does not know what color to use smile

background-color: #CCC;

so in the end it has to be like this:

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #CCC;
}
(с) Roman Art
So far So good wink

RomanArt's Website