• Resolved mdsfarook

    (@mdsfarook)


    Hi i am using your new version of your theme it is awesome i want to have social media icons to be on left and email and contact number on right how to do that please

Viewing 15 replies - 1 through 15 (of 19 total)
  • Theme Author shufflehound

    (@shufflehound)

    Hello,

    At this moment this feature isn’t available, but we made custom CSS fix for you.

    .our-info {
    float: right!important;
    text-align: right;
    }

    .soc-icons {
    float: left!important;
    text-align: left!important;
    }

    Add this code under Maskitto Light Options – General – CSS code

    Thread Starter mdsfarook

    (@mdsfarook)

    Thanks for your reply its works but another thing is i want my logo to be on left but some what bigger how to do that

    Theme Author shufflehound

    (@shufflehound)

    You can try this custom CSS fix which is not tested, but should work:

    .navbar-brand img {
    max-height: 56px!important;
    margin: -14px 0!important;
    }

    Thread Starter mdsfarook

    (@mdsfarook)

    Its works perfectly one more thing i want my header to have some colors rather than white how to change that

    Theme Author shufflehound

    (@shufflehound)

    What exactly is what you want? Is it an option to change header background color?

    Thread Starter mdsfarook

    (@mdsfarook)

    ya i want to change the header background color

    Theme Author shufflehound

    (@shufflehound)

    Header background colors can be changed trough this custom CSS code:

    header nav.primary {
    background-color: #ccc;
    }

    header .header-details {
    background-color: #E8E8E8;
    }

    Thread Starter mdsfarook

    (@mdsfarook)

    ya its working last thing i want to write my website name at the center of header how to do that

    Theme Author shufflehound

    (@shufflehound)

    Under Maskitto Light Options – Header – Header Layout you can align logo to center, but before option change it’s recommended to remove this code:

    .navbar-brand img {
    max-height: 56px!important;
    margin: -14px 0!important;
    }

    Thread Starter mdsfarook

    (@mdsfarook)

    No i dont want logo to be at center i want to write a wordings like welcome at the center of header

    Theme Author shufflehound

    (@shufflehound)

    We are sorry, but at this moment we have no such a feature.

    Thread Starter mdsfarook

    (@mdsfarook)

    its ok thanks guys your support is great thanks

    hi,

    i entered the following code in the general CSS custom code

    header nav.primary {
    background-color: #FFBF00;
    }

    header .header-details {
    background-color: #E8E8E8;
    }

    However the colour of the header area doesn’t seem to change, the site is – https://soferstam.org/

    Can you please advise? Thanks ??

    Theme Author shufflehound

    (@shufflehound)

    Hello,

    You can try in this way:

    header nav.primary {
    background-color: #DADADA!important;
    }
    
    header .header-details {
    background-color: #CCCCCC!important;
    }

    And in previous code that color where too light to see the difference so that also can be the problem.

    Thanks for your quick respnse but it still does not work.

    I am not sure why, I am putting the code inside of the general settings CSS code box.

    Also is there a way to change the header area height?

    Thanks ??

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘header’ is closed to new replies.