Jump to content

CSS help


Recommended Posts

Posted

I am trying to overwrite bootstrap.min.css

 <div class="container-fluid main-brand">
            <div class="container">
              
                    <a class="navbar-brand">                       

Internal transactions for XXXX project
                    </a>
                </div>
           
    this is the     my header in Layout page...

.container-fluid.main-brand{
        background-color: #3498db;
        border:0px;
        background-image:none;
        border-radius:0px;
        margin-bottom:0px;
}
.container-fluid.main-brand a{
    color:#fff;
}

this is my css . some of the css attributes override by bootstrap.min.css

header should be aligned to extreme left .but because of bootstrap.min.css its aligning to center. 

tried lot of possible ways . not using any script tag. reference them in  bundle config.

I used jquery css instead of normal. tried to overwrite css by changing order.

tried selector specificity ...

nothing is working..any one to help ?

 

Posted
8 minutes ago, MeraBharat_Mahan said:

did you try using align-left or align:left

yes  i did... not working

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...