-
AuthorPosts
-
January 9, 2017 at 5:20 pm #731199
Hey everyone, i need from the Enfold theme options to place the Logo in the center but the menu left, any thoughts on how to get this done as the option isnt there.
Thank you,
- This topic was modified 7 years, 10 months ago by Morkos98.
January 10, 2017 at 6:53 am #731401Hey Morkos98,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardJanuary 10, 2017 at 12:07 pm #731517sure, http://www.fluterpuff.com
Also i was wondering how can i disable the logo in the front page but keep the menu.
Thank you,
- This reply was modified 7 years, 10 months ago by Morkos98.
January 11, 2017 at 6:31 am #731874Hi,
Thanks for the link though it seems to not be loading, could you make sure that the site is up please?
Best regards,
RikardJanuary 11, 2017 at 10:59 am #731968Hi Rikard, the site is up, please try to refresh.
January 11, 2017 at 11:52 am #731989Hi there,
may we have a css to put the logo center and keep the menu on the right position please
thks
- This reply was modified 7 years, 10 months ago by katana.
January 11, 2017 at 3:42 pm #732086Hi,
We would love to help you but I’m unable to view your website at the moment
Please check your site again on http://downforeveryoneorjustme.com/
Let us know when we can access it.
Best regards,
VinayJanuary 13, 2017 at 4:50 pm #733198Hey sorry misspelled the website, its flutterpuff.com
Thanks guys. Also if i use a mega menu is there any way to customize the text in the submenus of the mega men, as in the customization it dosnt work.
January 16, 2017 at 2:32 pm #734045Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header_main_alternate { z-index: 2; top: 0; right: 0; position: absolute; }
Best regards,
VinayJanuary 16, 2017 at 3:15 pm #734083thanks, tried it out and it adds it to the top right side of the page. Any thoughts ?
January 16, 2017 at 3:17 pm #734088its fine ended up changing it to this and it works
#header_main_alternate {
z-index: 2;
left: 0;
position: absolute;
}Tho i would need to move it a few pixels to the right could you please provide the cs code that i should add. THanks
- This reply was modified 7 years, 10 months ago by Morkos98.
January 17, 2017 at 6:48 am #734495Hi,
Please change the left value to 50px from 0 :)
Your code should look similar to
#header_main_alternate { z-index: 2; left: 50px; position: absolute; }
Best regards,
VinayJanuary 17, 2017 at 11:29 am #734644Thank you works perfectly :)
January 17, 2017 at 5:17 pm #734825There is a problem tho, as i have the menu to stay stuck when i scroll down, now when i scroll down, the background dosnt move with it.
You can check the website to see what i mean. How do i resolve that.The moment i remove the css it works as intended.
January 20, 2017 at 5:26 am #736182 -
AuthorPosts
- You must be logged in to reply to this topic.