Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #210682

    Hi to all you great supporters !

    I would like to ask a few questions regarding the Enfold theme
    pagelink:http://jsa-sikring.apartebuild.dk/

    1. is it possible to control the spacing on the blogpage and the blogpost(page) without changing the spacing on the whole site ?
    (see red arrovs)

    2. is it possible to make the navigation/menu allign closer to the bottomborder of the header ?
    (see red box)

    3. is there a way to have a telephonenumber in the area marked with the blue rectangle ? (i dont want any of the scocial icons)

    4. and finally could you reccomend a plugin that can show my facebook feed on the blogpage ? i have been surfing a bit on this issue and i do not understand why i need an accescode in most of the avalible plugins ?

    description

    thank you very much
    kind regards Claus.

    #211236

    Hi aparteDenmark!

    Please add following code to Quick CSS in Enfold theme options under Styling tab
    1-

    .html_boxed .single-post #main, .html_boxed .blog #main { padding-top: 50px; }

    2-

    .main_menu ul:first-child > li a { line-height: 120px; }

    3-In WordPress dashboard please go to Appearance > Editor and find

    do_action('ava_after_main_menu');

    and add following code to right below it

    echo "<div class='top-tel'>+123456789</div>";

    and add following code to Quick CSS

    .top-tel { float: right; margin-top: -25px; }

    You can style this text using .top-tel class
    4-You can try this plugin http://wordpress.org/plugins/custom-facebook-feed/

    Cheers!
    Yigit

    #211367

    Hi Yigit Thank you very much for your great support

    1. and 2. works perfectly but 3. is a bit confusing. Can i ask you to be more speciffic about where to find the piece of code ?

    Thanks

    Claus.

    #211370

    Hi!

    My bad, on 3rd one i forgot to say open Header.php file in Appearance > Editor then you can follow my instructions and it should work fine. Please copy the line starts with “echo” directly from here then insert your number so you can avoid punctuation mark mistakes

    Regards,
    Yigit

    #212029

    Thanks Yigit -Everything almost works great now…

    “You can style this text using .top-tel class” ???

    ………….-Does this mean i can change styles like color and size ? -I’m not familiar with .top cell class :-( and would REALLY like to be able to style my telephone-number .-)

    -Same color and size as the blue Lorem Ipsum for example :-)

    I really think you are doing a great job. i would recommend this theme to anybody !

    Claus.

    #212045

    Hi!

    Please add following code to Quick CSS as well

    .top-tel {
    color: #188be6;
    }

    Regards,
    Yigit

    #212192

    Thanks Yigit

    -Final issue: The telephonenumber seems to be influenced by the link to facebook, is there a fix to this ?

    kind regards
    Claus.

    #212211

    Hey!

    Please try adding following code to Quick CSS too

    .top-tel { z-index: 999!important; }
    .main_menu { z-index: 9; }

    Regards,
    Yigit

    #212264

    ….-I’m affraid it dosent do the trick :-(

    Kind regards
    Claus.

    #212450

    Hey!

    Do you mind creating a temporary admin login and posting it here privately so i can take a look?

    Cheers!
    Yigit

    #212493
    This reply has been marked as private.
    #212517

    Hi!

    Please use this instead:

    .top-tel {
    position: relative;
    z-index: 999 !important;
    }

    Regards,
    Ismael

    #212522

    Works perfectly :-)

    Thank you both, -you are the best !

    Claus.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Header navigation menu and spacing on blogpage/post’ is closed to new replies.