How to make this splash page responsive

as I understood you have two parts header, one for register one for logo, in bootstrap 3 : <div class=”row”> <div class=”col-md-6 col-xs-12″>logo here</div> <div class=”col-md-6 col-xs-12″>Register here here</div> </div> It will make your header responsive. and if you want that your image be responsive you can do like this in bootstrap 3: <img src=”https://wordpress.stackexchange.com/questions/210782/…” … Read more

why does WordPress custom css convert alpha to hex values?

if i’m not mistaken, not all browsers are 100% compatible with RGB color codes, so it might be happening in an effort to maximize cross-browser uniformity of appearance. this could also be done to facilitate transparency effects, which might be in another option field for Jetpack. there’s definitely less browser support for the extended hex … Read more

Bootstrap navbar-fixed-top issues [closed]

In admin-bar.min.css at 600px, #wpadminbar is changed from position:fixed to position:absolute. The reason the adminbar scrolls at mobile sizes is because a fixed-height, fixed-position element causes major problems when you tap/pinch-to-zoom in mobile browsers. So, you can fix this by overriding WP’s native css on #wpadminbar, but then the behaviour is deliberate.

Add woocommerce plugin in own theme

You can copy the templates folder inside the Woocommerce plug-in folder and place them in a custom Woocommerce folder inside your theme folder. every changes you make inside the custom Woocommerce folder will override the core files of the Woocommerce plug-in without loosing them after an update. You have to give us more information aboutdisplaying … Read more

Center-Align Images on Mobile Only

You target mobile in CSS based on the display width, like this: @media only screen and (max-width: 768px) { // Mobile-specific CSS here } And then, depending on your code or theme, something like this for the actual CSS: img { display: block; margin: 0 auto; }

Can’t override CSS with child theme

They are using a more specific identifier in the theme on the homepage. try this one: .be-section .be-row:not(:last-child) .column-block h5:last-child { margin-bottom: 10px !important; } you can change the margin to whatever you want, of course. okay try this: #main .be-section .be-row:not(:last-child) .column-block h5:last-child { margin-bottom: 5px !important; }

Twenty thirteen theme change the height of menu sub items

That would be in ‘style.css’ line 870 in the root folder of the theme, you can add height there: .nav-menu li { display: inline-block; position: relative; height: 80px; //you can add height here } i am not sure what are you trying to accomplish but i recommend to use the ‘a’ tag if you want … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)