Wine Pro Theme

Home Forums All Other Themes Wine Pro Theme

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #87689
    Michelle CostaMichelle Costa
    Participant
    • Topics: 32
    • Replies: 52
    • Total: 84
    Member since: April 26, 2015

    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
    Michelle

    #87737
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.

    Regards,
    Chris

    #87764
    Michelle CostaMichelle Costa
    Participant
    • Topics: 32
    • Replies: 52
    • Total: 84
    Member since: April 26, 2015

    Good 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
    Michelle

    #87766
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #87768
    Michelle CostaMichelle Costa
    Participant
    • Topics: 32
    • Replies: 52
    • Total: 84
    Member since: April 26, 2015

    Great, 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
    Michelle

    #87769
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #87770
    Michelle CostaMichelle Costa
    Participant
    • Topics: 32
    • Replies: 52
    • Total: 84
    Member since: April 26, 2015

    Great, looks alot better now, thank you very much for your assistance

    #87772
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi Michelle,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/12/

    Regards,
    Chris

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.