Home › Forums › All Other Themes › Wine Pro Theme
- This topic has 7 replies, 2 voices, and was last updated 6 years, 12 months ago by Sonl Sinha.
-
AuthorPosts
-
November 18, 2017 at 5:44 am #87689
Good day
I am struggling to have the logo display properly on the them WINE PRO, please assist me to fix this as well as the contact details on the top navigation, they are also not displaying correctly
http://graphixstudio.co.za/wp_eldin/
Regards
MichelleNovember 20, 2017 at 5:13 am #87737Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisNovember 20, 2017 at 9:31 am #87764Good day Chris,
Here is the link to the screenshot, https://imgur.com/vJg9bZx on the mobile viewing the logo does not display correctly, neither does the footer display correctly on the mobile viewing, please assist in fixing this issue.
Regards
MichelleNovember 20, 2017 at 9:40 am #87766Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { .logo { float: none; width: auto; margin: 0 auto; display: table;} .cols-3 .widget-column-1 { width:100%;} }
Regards,
ChrisNovember 20, 2017 at 9:50 am #87768Great, the logo is displaying correctly now thank you.
Only other issues I have still while viewing in mobile version is the header display and footer display, can we fix this to display better?
Regards
MichelleNovember 20, 2017 at 10:03 am #87769Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
Remove
@media screen and (max-width:479px) { .logo { float: none; width: auto; margin: 0 auto; display: table;} .cols-3 .widget-column-1 { width:100%;} }
And add this new code there
@media screen and (max-width:479px) { .logo { float: none; width: auto; margin: 0 auto; display: table; padding:0;} .cols-3 .widget-column-1, .cols-3 .widget-column-2, .cols-3 .widget-column-3 {width: 100%;} .headerinfo { text-align:left;} }
Regards,
ChrisNovember 20, 2017 at 10:10 am #87770Great, looks alot better now, thank you very much for your assistance
November 20, 2017 at 10:17 am #87772Hi Michelle,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/12/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.