Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #285597

    I´m having two problems with the Enfold-theme on a site I’m currently working on that I need som help with.

    1. The menu is overlapping the logo (depending on browser window width)

    2. Would like to remove the “Portfolio items” header in the tags listing

    See image link below:
    https://dl.dropboxusercontent.com/u/17446690/enfoldProblems.jpg

    Thanx in advance!

    #285641

    Hi xxl!

    Thank you for using our theme.

    1. The menu is overlapping the logo (depending on browser window width):

    Try options > Header > Mobile Menu and choose 990px in “Header Mobile Menu activation” section

    If this does not help, try to put the following code to Quick CSS in Enfold theme options under Styling tab:

    
    @media only screen and (max-width: 1140px) and (min-width: 990px) {
    .av-main-nav > li > a { padding: 0 10px !important; }
    

    2. Would like to remove the “Portfolio items” header in the tags listing:

    Please send us the link to the page so we can check for CSS.

    Best regards,
    Günter

    #285687

    Will try that out.

    Here is the URL to the site:

    http://u701482.web01.cust.bluerange.se/produkttyp/broms-kit/

    Would also like to change the “Taggarkiv:” to something custom.
    Where can I find to change that?
    Since it is in my language I guess it is not in any of the theme files?

    Regards,

    #285707

    Setting the Mobile menu option to 990px together with a slightly smaller logo solved the overlapping issue.

    I got rid of the “Portfolio items” header with a quick CSS setting the font size to 0px.
    I hope it won’t affect any other part of the site?

    So the only thing that remains is if its is possible to change the “Taggarkiv:” text?

    http://u701482.web01.cust.bluerange.se/produkttyp/broms-kit/

    Regards,

    #285711

    Hi!

    If you want to change the text “Taggarkiv:” – Easiest way is to change it in the translation file e.g. with poedit.exe

    The second way is to change it in the source code, but that will be overwritten with every update. You find the english text in:
    enfold/framework/php/function-set-avia-frontend.php line 898.

    As far as I see, the Portfolio items header is gone.

    Best regards,
    Günter

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