• Resolved moabartist

    (@moabartist)


    Hey everyone. Two questions:
    1. Can anyone help with the issue I’m having in the menu? “Box office” text is right over the carrot for the pull down menu. How do I fix this?

    2. If I build sections on this home page with 2 columns, there is SO much space between the columns. How do I decrease the amount of space in between the columns. Nothing is designed this way now because it looks so funny, but I’d love to have an image and text side by side on this home page. Whenever I build it, there is a huge amount of space in between them.

    These are probably beginner questions, as I’m always learning on the job!

    Thanks

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi there,

    Thank you for writing in,

    1) Could you please kindly follow this instruction:
    Please go to your Dashboard >> Appearance >> Customize >> Additional CSS and add these CSS codes.

    .main-navigation > ul > li:last-child > a {
        padding-right: 10px;
    }

    2) Could you please provide us a screenshot of the issue that you have mentioned? Please do apply so that we can check and get back to you on this matter.

    Thanks!

    Thread Starter moabartist

    (@moabartist)

    Hi there and thank you so much for your reply. The code you so kindly offered doesn’t fix the issue though. Check ennispublictheatre.com and look at the main meunu. The very right side still displays over the arrow.

    I tried increasing the padding-right to 50px and there was still no change.

    Try this. It may need !important, but it works from browser inspect:

    .main-navigation > ul > li:last-child > a {
    padding-right: 0;
    margin-right: 10px;
    }

    good luck,
    david

    Thread Starter moabartist

    (@moabartist)

    Hi David-

    Thanks so much for your reply, even after adding your code with !important, I’m still getting the same problem.

    .main-navigation > ul > li:last-child > a {
    padding-right: 0;
    margin-right: 10px;
    !important;
    }

    Could it be a caching issue? Or is it because I’m adding this in the Customizing Additional CSS section of the Parallax theme rather than in the theme editor? Why would something work in browser inspect but not from my end?

    Remove the semicolon after margin-right: 10px I think that may do it.

    Thread Starter moabartist

    (@moabartist)

    YAYAYAYAYAYAYAYAYAYAYYYYY!!!!!!! It’s always an errant semicolon. Sheesh. THANK YOU. You have NOOOOOOOOO idea how much I appreciate it!

    You’re very welcome. Always good to help each other. Stay safe.
    david

    duce

    (@duce)

    Hi, I have been trying for weeks now to login to the 8Degrees website but Wordfence is blocking me.
    My email to support is also bouncing.

    david

    (@dskirk)

    First, start your own separate thread.
    Second, explain more detail on the website’s complete URL
    Third, explain or show the exact error you are seeing.
    Fourth, use the right forum. It is NOT this one.

    duce

    (@duce)

    First and foremost.. replying in a thread where their support staff replied to comments will send them a notification to which they will hopefully respond. ??
    Sorry if I troubled you but there is no other way to get hold of them at this stage.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Not enough space in menu’ is closed to new replies.