bside2234 Posted June 1, 2014 Share Posted June 1, 2014 I need to figure out how/were to change the CSS to line up the Store Information with the My Account and Information columns in the footer. Inspecting it shows I need to change #block_contact_infos padding from 15px to 0px but I can't find where this line is for the life of me. I'm using the default theme and footer. http://griffineffects.com/store #block_contact_infos { padding: 15px 10px;} Link to comment Share on other sites More sharing options...
Dh42 Posted June 1, 2014 Share Posted June 1, 2014 You should be able to put it in the bottom of your global.css, it does not look like anything uses that selector alone. Link to comment Share on other sites More sharing options...
bside2234 Posted June 1, 2014 Author Share Posted June 1, 2014 Doesn't work just adding it to the end of the global.css. Link to comment Share on other sites More sharing options...
vekia Posted June 1, 2014 Share Posted June 1, 2014 try to add !important modifier Link to comment Share on other sites More sharing options...
Dh42 Posted June 1, 2014 Share Posted June 1, 2014 The value is being added correctly and nothing is overriding the style, are you sure the style is correct to what you are looking for? Link to comment Share on other sites More sharing options...
bside2234 Posted June 1, 2014 Author Share Posted June 1, 2014 (edited) How come I don't see an attachment option here anymore? Anyway, using Firebug, when I change the 15px in the red box below to 0px, the tops align correctly. I'm assuming this line of code is somewhere and I can't find it anywhere. Edited June 1, 2014 by bside2234 (see edit history) Link to comment Share on other sites More sharing options...
bside2234 Posted June 1, 2014 Author Share Posted June 1, 2014 try to add !important modifier The !Important modifier seems to have worked. Still like to know where the original line of code is though. Link to comment Share on other sites More sharing options...
vekia Posted June 2, 2014 Share Posted June 2, 2014 for example, here: .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, header .row #header_logo, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } Link to comment Share on other sites More sharing options...
Recommended Posts