Ahoy –
I’m trying to make the section “Lawyer Referral” box the same width as the boxes above it. I have already given the section a Custom Css Class.
column3
Please advise
Hey mcraig77!
Please add to the custom CSS class
margin-left: 10px and margin-right: 10px
please do let us know if that works out for you
Regards,
Basilis
Ahoy that did not work. This is what I added.
.column3.av_one_half {
margin-left: 10px
margin-right: 10px
}
Please advise
Hi,
Please try the following instead:
.column3.av_one_half {
margin-left: 10px !important;
margin-right: 10px !important;
}
Best regards,
Rikard
That did work either
here is that login
Hey!
We added a new class name called “custom-width” to the element and the below css please review the site now
.custom-width{
max-width:1170px!important;
left:calc(50% - 5px);
transform:translateX(-50%);
}
Regards,
Vinay
I need the boxes to line up exact… I just noticed that your browser looks different than mine. When I checked it with Safari I also see a difference which means it is not looking universal across the board with all browsers… I’m currently using chrome and things look fine but with other browsers things are looking off. Before I jump too far into this, I need to make sure that my rows are even…
I’m going to have to start a new thread I think seeing this direction isnt working out.