Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #130344
    fkey541
    Participant

    See my website at http://www.theartistloft.org on a mobile device.

    I love this theme!!! But a small problem.

    On the first Featured Page widget (What is The Artist Loft?) there is a large distance between the image and the text.

    On the second Featured Page widget (Performers Profile) both pages have a different distance between the image and the text.

    On the third Featured Page widget (Performers you should check out when they come back in to town) each page has a different distance between the image and the text.

    What needs to be done to make them the same and closer distance?

    Many thanks for all of your hard work,
    Steve
    [email protected]
    [email protected]

    #130351
    Skandha
    Participant

    Hello, @fkey541: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 640px) {
        .fl-module-content {
            margin-bottom:0; 
          
        }
        .fl-row-content-wrap {
          padding: 0;
          
        }
        
      }

    Let me know if the issues still persist.

    Regards,
    Skandha

    #130368
    Skandha
    Participant

    @fkey541: Please discard the previous reply. Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 640px) {
          .entry-header {
              height: auto;
              overflow: unset;
          }
    }

    Let me know if this resolves your issue!

    Regards,
    Skandha

    #130439
    Skandha
    Participant

    @fkey541: Please replace max-width: 640px by 767px.

    Regards,
    Skandha

    #130721
    fkey541
    Participant

    Amazing customer service. Thank you!

    #130726
    Skandha
    Participant

    @fkey541: Glad that you’re satisfied with our support. If it’s not much trouble please leave a sincere review of the theme on the following link https://wordpress.org/themes/rock-star/.
    Have a good day!

    Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Featured Page Widget on Mobile Device large and inconsistent distance from text’ is closed to new replies.