Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • amir00251 Friend
    #189160

    Hello,

    I’d like to increase the width of the social heading, “follow us”.

    I have done this by using custom css

    .head-social .nav-connect .dropdown-menu {

    width: 600px;
    }

    The issue is that I just want to increase the length of “Follow Us” but above code does also increase the length for “search” and “login” headings.
    Any suggestions would be appreciated.


    1. social-icons-width
    Saguaros Moderator
    #499842

    Hi amir00251,

    You can add an additional class named extra, for example, into the div displaying the dropdown list for ‘follow us’:

    – Open file: templatesja_smashboardtplsblocksheader.php

    – Around line 40


    <div class="nav-child dropdown-menu extra">
    <div class="dropdown-menu-inner">
    <jdoc:include type="modules" name="<?php $this->_p('followus') ?>" style="T3Xhtml" />
    </div>
    </div>

    – Then edit your above css code to:


    .head-social .nav-connect .dropdown-menu.extra {
    width: 600px;
    }

    Hope this helps.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 11 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum