-
AuthorPosts
-
January 16, 2014 at 1:51 pm #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 ?
thank you very much
kind regards Claus.January 17, 2014 at 3:48 pm #211236Hi 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!
YigitJanuary 17, 2014 at 9:02 pm #211367Hi 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.
January 17, 2014 at 9:21 pm #211370Hi!
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,
YigitJanuary 19, 2014 at 11:54 pm #212029Thanks 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.
January 20, 2014 at 1:58 am #212045Hi!
Please add following code to Quick CSS as well
.top-tel { color: #188be6; }
Regards,
YigitJanuary 20, 2014 at 1:30 pm #212192Thanks Yigit
-Final issue: The telephonenumber seems to be influenced by the link to facebook, is there a fix to this ?
kind regards
Claus.January 20, 2014 at 2:42 pm #212211Hey!
Please try adding following code to Quick CSS too
.top-tel { z-index: 999!important; } .main_menu { z-index: 9; }
Regards,
YigitJanuary 20, 2014 at 3:51 pm #212264….-I’m affraid it dosent do the trick :-(
Kind regards
Claus.January 20, 2014 at 10:14 pm #212450Hey!
Do you mind creating a temporary admin login and posting it here privately so i can take a look?
Cheers!
YigitJanuary 21, 2014 at 1:16 am #212493This reply has been marked as private.January 21, 2014 at 1:49 am #212517Hi!
Please use this instead:
.top-tel { position: relative; z-index: 999 !important; }
Regards,
IsmaelJanuary 21, 2014 at 1:57 am #212522Works perfectly :-)
Thank you both, -you are the best !
Claus.
-
AuthorPosts
- The topic ‘Header navigation menu and spacing on blogpage/post’ is closed to new replies.