Top Menu and Logo Area Brokern

Discussion in 'Poloray WordPress Theme' started by desmondw, Sep 19, 2014.

Thread Status:
Not open for further replies.
  1. desmondw

    desmondw Member

    Joined:
    Dec 28, 2011
    Messages:
    34
    Likes Received:
    0
  2. Yogesh

    Yogesh Guest

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

    Please specify what do you want.
    Do you want to remove white background of header or something else.

    Thanks & Regards
    Yogesh Bhade
     
  3. desmondw

    desmondw Member

    Joined:
    Dec 28, 2011
    Messages:
    34
    Likes Received:
    0
    I want the company text on the left and menu rendering along the top. Also, remove white background.
    Thanks
     
  4. Yogesh

    Yogesh Guest

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

    To remove white background use following css code in Custom CSS.
    Code:
    .header {
    background: none;
    }
    .menu_bar {
    background: none;
    }
    Company text is already left and in the right area menu are rendering, it's style of this theme.

    Thanks & Regards
    Yogesh Bhade
     
  5. desmondw

    desmondw Member

    Joined:
    Dec 28, 2011
    Messages:
    34
    Likes Received:
    0
    I want the company text on the left and menu rendering along the top?
     
  6. desmondw

    desmondw Member

    Joined:
    Dec 28, 2011
    Messages:
    34
    Likes Received:
    0
    I still require advice regarding left alignment of logo/text and menu positioned along top right.
    Tjhanks
     
  7. Yogesh

    Yogesh Guest

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

    Paste following code in Custom CSS this will fix your problem.
    Code:
    .menu_container {
    text-align: right;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  8. desmondw

    desmondw Member

    Joined:
    Dec 28, 2011
    Messages:
    34
    Likes Received:
    0
    Thank you.
     
Thread Status:
Not open for further replies.

Share This Page