Home › Forums › All Other Themes › Restaurant Pro Header and Team
- This topic has 14 replies, 2 voices, and was last updated 8 years, 2 months ago by Sonl Sinha.
-
AuthorPosts
-
October 3, 2016 at 10:34 pm #48342
Hey, first sorry for my bad english and a friendly “Hello” from Germany ๐
I want to know, how can i set the “Restaturant & Cafe” in the Header to the Right side?
And how can i center the Team members? At my site known as “Wir sind Rรผhrwerk”.
My Site: www.ruehrwerk-rz.de
October 4, 2016 at 5:22 am #48361Hi Rene,
Your website is in construction mode. Kindly deactivate it so that we can check the issue.
Regards,
DaveOctober 4, 2016 at 6:55 am #48369Hey Dave,
The Construction Mode is now deactivated.
Greetz
ReneOctober 4, 2016 at 12:33 pm #48419Hi Rene,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
#unserteam{overflow:hidden;}
.unserteam .team-member{left:25%; position:relative;}Regards,
DaveOctober 4, 2016 at 2:07 pm #48457Hey Dave,
it sounds good and it also looks good on a PC. But if you open it on a Smartphone (my is an Iphone 6) it is not center. It is a littlebit more right and the text is cutted.Is there another option?
October 5, 2016 at 5:00 am #48516Hi Rene,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:768px){
.unserteam .team-member{left:0;}
}Regards,
DaveOctober 5, 2016 at 2:15 pm #48608@Dave
Sorry, this does not work ๐
Ive added this, on Iphone all is okay.Here my Code:
.unserteam{pointer-events: none; cursor: default; overflow:hidden;}
.todayspecial{pointer-events: none; cursor: default;)
@media screen and (max-width:768px)
.unserteam .team-member{left:0;}October 6, 2016 at 5:06 am #48667Hi Rene,
Kindly remove the previously css code that i have provided and add this code:
.team-member { width:60%; margin:auto; display:table;}
.team-col { width:48%;}Regards,
DaveOctober 6, 2016 at 8:35 am #48695Hey,
on PC it looks good, but on Smartphone its smaller and looks not good.
There must be another option ๐October 6, 2016 at 8:50 am #48696Add this code in custom css box:
@media screen and (max-width:768px){
.header .header-inner .logo{width:100% !important;}
.team-member{width:auto;}
.team-col{width:auto;}
}Regards,
DaveOctober 6, 2016 at 8:59 am #48697@Dave
Sorry, but it also does not work ๐Any Ideas?
October 6, 2016 at 9:14 am #48702It looks perfect on our PC as well as mobile. Kindly clear the cache or refresh.
Regards,
DaveOctober 6, 2016 at 9:35 am #48710On Smartphone it looks good, but on Firefox eg Chrome it looks like before inserting the Code
October 6, 2016 at 9:37 am #48712Hi Rene,
Kindly send us your URL of the site and WordPress admin details via [email protected]
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
DaveOctober 7, 2016 at 4:51 am #48782Hi Rene,
This issue was resolved from our end. Kindly check and confirm.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.