Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #388414

    I’m not sure how this happened. I’ve updated enfold before on this site and never had a technical issue. If you visit the website in the private content you’ll notice the menu bar is not formatting correctly. There is a large area which appeared under the menu after the update.

    Also, within the other pages the sidebars are no longer appearing to the left of the content, they are appearing under the content now.

    I’ve tried to remove these issues but can’t seem to locate the code causing the issue.

    #389095

    Hey MuzSolutions!

    for me this sounds that this could be caused by a conflict with a plugin. Please deactivate all of them and afterwards switch them on again one by one to find the one which is causing this issue.

    Best regards,
    Andy

    #389671

    Nope, this was not a plugin issue. I deactivated all plugins and the issue did not fix. I think this is a CSS issue.

    #390250

    Hi!

    Sidebar now looks fine on my end – http://i.imgur.com/VITz5U6.png
    Can you please go to Enfold theme options > Header and change header height and check if that helps?

    Best regards,
    Yigit

    #391763
    This reply has been marked as private.
    #391764
    This reply has been marked as private.
    #392044

    Hi!

    Have you tried adjusting dimensions in Enfold theme options > General Layout? I tried adjusting the values via CSS and it seems like it will solve the issues you are having. If it does not, please create a temporary admin login and post it here privately.

    Regards,
    Yigit

    #403099
    This reply has been marked as private.
    #403783

    Hey!

    to make website narrower:

    .boxed#top {
    width: 1058px;
    }
    

    for your menu try this:

    .html_header_top.html_bottom_nav_header .main_menu {
    width: 116.3%;
    }
    

    Hope this helps.

    Regards,
    Andy

    • This reply was modified 9 years, 8 months ago by Andy.
Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.