Widen Sub-heading

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by richarbran, Oct 27, 2014.

  1. richarbran

    richarbran Member

    Joined:
    Aug 12, 2013
    Messages:
    58
    Likes Received:
    0
    I'd like to increase the dropdown under each page heading. Right now they are constrained and moving down one line. I'd like it wide enough to include all text on one line. Please see the image below. Thanks!
    [​IMG]
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu li li a {
    width: 220px !important;
    }
    #menu .ddsmoothmenu li ul {
    width: auto !important;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. richarbran

    richarbran Member

    Joined:
    Aug 12, 2013
    Messages:
    58
    Likes Received:
    0
    Yogesh, unfortunately the code didn't make any change. Please advise. Thank you,
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    This issue has fixed .
    Please have a look.

    Thanks & Regards
    Pramod
     
  6. richarbran

    richarbran Member

    Joined:
    Aug 12, 2013
    Messages:
    58
    Likes Received:
    0
    Pramod, how did you resolve the issue? Thanks!
     
  7. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    One closing bracket was missing in one css code in cutom css box .
    Thanks & Regards
    Pramod
     

Share This Page