Menu in Dropmenu Menu

Discussion in 'CSS' started by Karolwf, Jan 15, 2017.

  1. #1
    Menu in Dropdown Menu is on the right side. I'd like to change it to the left side:
    current position - red color.
    Website: http://www.furniturefinder.biz/furniture/

    Can someone help me with this problem? Thanks in advance.

    dropdown.PNG
     
    Last edited: Jan 15, 2017
    Karolwf, Jan 15, 2017 IP
  2. qwikad.com

    qwikad.com Illustrious Member Affiliate Manager

    Messages:
    7,263
    Likes Received:
    1,693
    Best Answers:
    31
    Trophy Points:
    475
    #2
    I see you figured that one out. So what did you end up doing?
     
    qwikad.com, Jan 17, 2017 IP
  3. Karolwf

    Karolwf Active Member

    Messages:
    112
    Likes Received:
    24
    Best Answers:
    1
    Trophy Points:
    70
    #3
    Changed :
    #mainMenu li li {
    display:block; }
    to:
    #mainMenu li li {
    display:block;
    right:8em;
    }
     
    Karolwf, Jan 17, 2017 IP
    qwikad.com likes this.