Home › Forums › All Other Themes › Furnish Pro
- This topic has 34 replies, 3 voices, and was last updated 6 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
April 16, 2018 at 5:43 am #99112
Kindly use this in appearance>theme options>basic settings>Custom CSS box:
.processcircle{background:#6e98bf;}
Regards,
ShriApril 16, 2018 at 1:28 pm #99250Hi thank you my our process bubbles are not in a straight row on desktop view. sketch and quote bubble is up a little.
April 17, 2018 at 11:36 am #99307Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.processcircle { float:left !important;}
Regards,
DaveApril 17, 2018 at 6:27 pm #99345Hi,
How do i center the footer menu on desktop view?April 18, 2018 at 7:55 am #99411Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.copyright-wrapper { text-align:center;}
Regards,
DaveApril 18, 2018 at 1:11 pm #99510Hi Thank You
How do i make our process bubbles centered in mobile and tablet view?April 18, 2018 at 1:37 pm #99518Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { .processcircle { float: none; display: table;} } @media screen and (min-width:480px) and (max-width:767px) { .processwrap { text-align:center;} .processcircle { vertical-align:top; float:none;} }
Regards,
DaveApril 18, 2018 at 10:36 pm #99538Hi, i tried that code but it didn’t seem to fix it
April 19, 2018 at 1:32 pm #99610Hi,
Remove
@media screen and (max-width:479px) { .processcircle { float: none; display: table;} } @media screen and (min-width:480px) and (max-width:767px) { .processwrap { text-align:center;} .processcircle { vertical-align:top; float:none;} }
Add this new css there:
@media screen and (max-width:479px) { .processcircle { float: none !important; display: table;} } @media screen and (min-width:480px) and (max-width:767px) { .processwrap { text-align:center;} .processcircle { vertical-align:top; float:none !important;} }
Regards,
DaveApril 19, 2018 at 3:25 pm #99632perfect! somehow the content of my bedroom page shows up on my our specialties under the heading of the same name. am i doing something wrong? this is the url if you want to look at it http://box5670.temp.domains/~blackec0/
April 20, 2018 at 5:57 am #99719Hi,
Okay, Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact
Regards,
DaveMay 1, 2018 at 10:27 pm #100409Hi The links on my homepage slider don’t go anywhere. how do i change that?
Thanks Ben
May 2, 2018 at 1:25 pm #100463Appearance>theme options>homepage slider
There you should have slider URL or link area given for each slide.
Regards,
ShriMay 2, 2018 at 2:39 pm #100473Hi all that does is just puts a link below the title. i want the title to be the link?
May 3, 2018 at 2:57 pm #100559Hi for some reason the contents of my rustic/cabin page is in my our design process space instead of the bubbles
-
AuthorPosts
- You must be logged in to reply to this topic.