SKT Girlie Pro Issue

Home Forums All Other Themes SKT Girlie Pro Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #172711
    Rae RankinRae Rankin
    Participant
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: December 18, 2020

    I’m working on updating my website from the free version to the pro version of SKT Girlie.

    I’ve put in the Home Page Section and an about us on the home page. I can see what I added when I’m logged in, but it is not displaying on any version website or cell phone when I am not logged in.
    My website is www.raerankin.com.

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .skt-builder-block-inner.skt-builder-block-inner-33, .skt-builder-block-inner.skt-builder-block-inner-157 {
        visibility: visible !important;
    }

    Regards,
    Dave

    #172792
    Rae RankinRae Rankin
    Participant
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: December 18, 2020

    That worked. Thank you.
    I am though having an issue now where I look at it on my mobile device (android via Chrome) and the Home Page 4 box section shows little tiny slices. When I preview it through the website it displays the boxes correctly.

    Thanks again!

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:767px) {
    .skt-builder-columns-row-4column .skt-builder-column { width:100% !important;}
    }

    Regards,
    Dave

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