issues with "Home Page Tab"

Discussion in 'ButterBelly WordPress Theme' started by mwnow, Apr 9, 2015.

Thread Status:
Not open for further replies.
  1. mwnow

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    Hi,

    there are two problems on my site.

    1. content (text) in the "Tabbox" on my frontpage is been not shown correctly on mobile devices.
    Text is been cutted / not shown.

    See Screenshots :)

    2. I would like to inrcease the distance to "Anmeldung zum Newsletter" (blue marked in my screenie).
    How can I do that?

    thank you very much!
    Greetings Miriam
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Miriam!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media only screen and (max-width: 480px){
    .feature_home_widget {
      width: 300px;
      padding-top: 20px;
    }
    .stContainer {
      width: 150px;
    }
    .stMain ul.tabAnchor {
      margin-left: 0px;
    }
    ul.tabAnchor a {
      font-size: 12px !important;
    }
    .stMain ul.tabAnchor li a {
      padding: 10px 0px;
      width: 135px;
    }
    .stContainer p img {
      width: 100px !important;
    }
    .stMain div.tabContent p {
      font-size: 12px !important;
    }
    }
    Thanks,
    Praveen
     
  3. mwnow

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    You made my day Praveen :)

    Thanks for the great support!!
    it works ;)
     
Thread Status:
Not open for further replies.

Share This Page