Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #605475

    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

    #605502

    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

    #605545

    Ahoy that did not work. This is what I added.

    .column3.av_one_half {
    margin-left: 10px
    margin-right: 10px
    }

    Please advise

    #605647

    Hi,

    Please try the following instead:

    .column3.av_one_half {
    margin-left: 10px !important;
    margin-right: 10px !important;
    }

    Best regards,
    Rikard

    #605689

    That did work either

    here is that login

    #605979

    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

    #606105

    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.

    #606504

    Hi!

    I checked the page on Chrome, Safari and Firefox, Windows 7 and it looks exactly the same. The rows are aligned correctly. What version of Safari and OS do you have?

    Regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Make this section same width as top 4 boxes’ is closed to new replies.