Set logo and menu in the middle of the page

Discussion in 'GoldenEagle WordPress Theme' started by biofial, Aug 27, 2013.

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

    biofial New Member

    Joined:
    Aug 26, 2013
    Messages:
    11
    Likes Received:
    0
    Hello my site is www.biofial.gr.
    I just upgaded to Golden Eagle Pro and i cannot set the logo and the menu to the middle of the page.

    Also is there a way to make the hole page wider?

    Thanks in advance.
     
  2. biofial

    biofial New Member

    Joined:
    Aug 26, 2013
    Messages:
    11
    Likes Received:
    0
    Another thing, can i delete the Home button somehow?
     
  3. biofial

    biofial New Member

    Joined:
    Aug 26, 2013
    Messages:
    11
    Likes Received:
    0
    Can you please give a solution?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    I have checked your website, it seems that you have already done some customization in the theme.

    Furthermore, paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .logo img {
    width: 885px;
    }
    #menu .ddsmoothmenu {
    text-align: left;
    margin-left: 60px;
    }
    You can adjust the values as per your requirement.
    I hope this will solve your issue.
     
  5. biofial

    biofial New Member

    Joined:
    Aug 26, 2013
    Messages:
    11
    Likes Received:
    0
    Thank you very much, worked as a charm!

    Could you please give me the code for adjusting the width of all the pages and the sidebar in particular.
    Also is it possoble to loose the grey backround of the sidebar?

    Thanks in advance
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    For the width issue for default template,
    Go to the page.php file present in your theme directory and follow the instruction in the image given below.

    [​IMG]
    this will solve your issue.

    For the grey background issue of sidebar,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .sidebar ul li {
    background-color: transparent;
    }
    .sidebar ul li a {
    background-color: transparent;
    }
    This will solve your issue.
     
  7. biofial

    biofial New Member

    Joined:
    Aug 26, 2013
    Messages:
    11
    Likes Received:
    0
    Thanks for all the support, you are doing an excellent job!
     
Thread Status:
Not open for further replies.

Share This Page