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

    Hi
    Can u share the URL of page here?
    The current URL showing a different page.

    Regards

    imported_lorenzoadorni Friend
    Pankaj Sharma Moderator
    #1056677

    Hi
    open /tpls/blocks/header.php
    Find

    $logosize = 'col-lg-6';

    replace it with

    $logosize = 'col-lg-4';

    Now find

    
                    <div class="head-right hidden-xs col-sm-9 col-lg-6">

    replace it with

    
                    <div class="head-right hidden-xs col-sm-9 col-lg-8">

    save and check.

    Regards

    imported_lorenzoadorni Friend
    #1057654

    Seems that didn’t work.
    It only increase space between contact but the fourth contact remain in a line above the other three.

    Here url http://www.maximal.it/nuovosito/index.php?option=com_content&view=featured&Itemid=101&lang=it

    Pankaj Sharma Moderator
    #1057750

    Hi
    Add this code in custom.css

    @media (min-width: 768px)
    {
    .address-list li {
        float: left;
        width: 21.333333%!important;
    }}

    Regards

    imported_lorenzoadorni Friend
    #1057960

    Thank you very much for support.
    Works great.

    Pankaj Sharma Moderator
    #1058020

    You are welcome!

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

This topic contains 7 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 3 months ago.

The topic ‘Quick Contact right to Logo’ is closed to new replies.