Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #271840

    My general theme on my site is stretch layout. This seems to apply to the menu bar as well. Is there a way to control the menu bar items and the logo so that they are closer together and equally spaced?

    #271879

    Hi Roger!

    Can you post the link to your Enfold website so we can take a look?

    Cheers!
    Yigit

    #271890
    This reply has been marked as private.
    #271896

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #header_main .container {
    width: 60%;
    }

    Regards,
    Yigit

    #271912

    Thanks Yigit, That worked on my large screen, but then when I look at it on a reduced browser window the logo now overlaps the menu items. Is there a way to do this but keep the responsive aspect working.

    #271927

    Hey!

    Sure, please add following code to Quick CSS instead

    @media only screen and (min-width: 1140px) {
    #header_main .container {
    width: 60%;
    }}

    Cheers!
    Yigit

    • This reply was modified 10 years, 11 months ago by Yigit.
    #271966

    Hmmm. that didn’t work. It is back to the spread between the logo and the menu items being large. I deleted all of the caches in WP and in my browser …. it took me a while to figure I had to do that to see results of changes :(. Still no change though.

    #271972

    Hi!

    My bad, i made small mistake in the code. Please try it now :)

    Cheers!
    Yigit

    #272587

    Hi Yigit,
    I have tried not to bug you too much :) I have not used wordpress before (or any themes like ENFOLD). I have learned a lot and your videos and support have been great.

    I am stuck on two problems relating to the menu bar. The first is that the menu items are not properly displayed on a 15″ MacBook with both Firefox and Chrome. Rather than shrinking the text it wraps it down into the whitespace below. It seems to work fine on PC’s though.

    Second is I cannot figure out where it is getting the GREEN colour font for the text in the menu on some pages (not all). I have looked all over and can’t find where this is set.

    I gave you a username and password yesterday so that you could look at this. Can you take a look please. It is probably something really easy, it is just frustrating and I have spent half a day trying different things to figure this out.

    • This reply was modified 10 years, 11 months ago by PayBySky.
    #273205

    Hey!

    1- Can you post a screenshot of the issue? I am also on a 15inch MacBook and this is how i see your menu – http://i.imgur.com/rujVUJ1.png
    2- Please go to Enfold theme options > Advanced Styling and edit Main Menu Links

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.