Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #968795

    Hi
    You have to make customizations in the
    /tools/blocks/header.php file .
    Here u can see the header top part is divided in two blocks . First logo and then the right side .
    http://prntscr.com/cix5dn
    You have to cut the code and paste it before logo code : http://prntscr.com/cix5r0
    So logo will appear next to it .

    you have to change the size of columns too .

    ahaduweb Friend
    #968858

    Thanks Pankaj Sharma, i did as you told me but not sccesffuly
    here is the link http://prntscr.com/cj649f
    and it remains as it is keeping right , i want to make center and the card should be right (as previous position )
    any help
    kindly
    abrham

    Pankaj Sharma Moderator
    #969011

    Hi
    I am not sure about the changes , kindly check the header.php file and see have you moved the logo code like this : http://prntscr.com/cjn6xx
    Also post the URL of site once u complete the changes .

    ahaduweb Friend
    #969078

    Hi thanks in advance
    here is the code what i did
    and the url is here https://rootinstyle.com/

    thanks
    abrham


    1. i-did_
    Pankaj Sharma Moderator
    #969135

    Hi
    Your site is using a custom html file : http://prntscr.com/cjrk3u
    Does not seem its based on Joomla .

    ahaduweb Friend
    #969137

    Hi
    Now it is Active,
    thanks
    abrham

    Pankaj Sharma Moderator
    #969276
    This reply has been marked as private.
    ahaduweb Friend
    #969463

    Hi I try using custom file , it doesn’t move any where
    any help any one appreciated please
    thanks in advance
    abrham

    Pankaj Sharma Moderator
    #969645

    Hi
    I spent a lot of time on your site and noticed there is no custom style added by you .
    Try this code in custom.css file and remove the older code

    .logo {
            margin: 0 auto;
        float: none;
        text-align: center;
    }

    Hope it helps .

    ahaduweb Friend
    #969690

    many thanks
    it work perfect
    but the cart move below the normal position, not align to the logo as shown here http://prntscr.com/ckhor7 if possible
    thanks
    abrham

    Pankaj Sharma Moderator
    #969701

    Hi
    its because you want the logo in center align its use full width .
    You can replace the code with this

     .logo {
        margin: 0 auto;
        text-align: center;
        }
    @media(min-width:768px) {
        .head-cart {
        padding-top: 40px;
        }}
    

    And add the col-md-2 with right block and col-md-10 for logo in header.php like this : http://prntscr.com/ckhz23

    ahaduweb Friend
    #969833

    Thank you very much
    was great Support
    abrham

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 12 replies, has 2 voices, and was last updated by  ahaduweb 8 years ago.

The topic ‘How to make the logo Center Top Header?’ is closed to new replies.