Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #670914

    Hello,

    i add following code to copyright field in socket:

    [nolink] <div style=”float:right;”> Impressum Karriere </div>

    It works fine but there no space between the links and also i want to change fontsize and fontcolor.

    Can you help please?
    Thanks in advance and best regards.

    #670920

    Hey staubi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .copyright a {
        color: green;
        margin-right: 10px;
        font-size: 14px;
    }
    

    Best regards,
    Yigit

    #670968

    heloo
    my site is http://www.thesparklingwedding.com/
    1.I want to add space between navigation menue
    2.I want want to reduce the size of navigation bar
    3.I want to change the font size of navigation menue

    #670984

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-main-nav > li > a {
        padding: 0 30px;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    And then go to Enfold theme options > Advanced Styling and edit “Main menu links”

    Best regards,
    Yigit

    #671064

    awesome support, works perfectly.

    thx very much –> issue resolved

    #671297

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘add more space between menülinks in socket (not in footer)’ is closed to new replies.