CSS Code Not Working
-
On this page I am using the CSS code below, and everything looks fine.
@media (min-width: 992px) { .col-md-9 { width: 100% !important; } } .hentry .title-post { text-align: center; } div#panel-21-0-0-0 { margin-top: -60px; } div#panel-21-0-0-1 { margin-left: 370px; padding: 50px; } .so-widget-sow-cta-default-74958e4c1e48 .sow-cta-base .so-widget-sow-button { float: inherit!important; margin-left: 1em; } div#pg-21-1 { margin-top: -140px; } div#pg-21-2 { margin-top: -150px; } .page-wrap { padding: 83px 0 0px !important; clear: both; } div#pg-21-4 { margin-top: -110PX; } div#pg-21-3 { margin-top: -150px; }
On this page however I am using this code below which was fine, but have since made changes, adding ‘Call to Action’ buttons. But it doesn’t look like the Home Page, as there is too much blank white space, and some of the blue buttons are not in the centre.
https://cheapdomains.site/business-domain-names/
I tried placing the the other CSS code on this page but it’s made no difference.
@media (min-width: 992px) { .col-md-9 { width: 100% !important; } } .hentry .title-post { text-align: center; } div#panel-21-0-0-0 { margin-top: -60px; } div#panel-21-0-0-1 { margin-left: 370px; padding: 50px; } .so-widget-sow-cta-default-74958e4c1e48 .sow-cta-base .so-widget-sow-button { float: inherit!important; margin-left: 1em; } div#pg-21-1 { margin-top: -140px; } div#pg-21-2 { margin-top: -150px; } .page-wrap { padding: 83px 0 0px !important; clear: both; } div#pg-21-4 { margin-top: -110PX; } div #pg-21-3 { margin-top: -150px; }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘CSS Code Not Working’ is closed to new replies.