Responsive theme does not allow static block top bar button to work

This topic has 5 replies, 3 voices, and was last updated 8 years, 1 months ago ago by Stan Russell

  • Avatar: Roam
    Roam
    Participant
    February 16, 2016 at 04:51

    Hi,

    I created a static block button in the top bar and whenever the screen resolution is changed to be resized for mobile or tablet, the button on the right hand side stops working. How do I fix this?

    4 Answers
    Avatar: stan
    Stan Russell
    Participant
    February 16, 2016 at 08:24

    Hello Roam,

    please provide us with admin credentials for your site in private content and we will check this issue.

    Regards,
    Stan Russell.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    February 16, 2016 at 08:32

    Hello,

    Please add this code in Theme Options > Custom CSS > Custom CSS for mobile:

    .main-header > .container {
        position: inherit;
    }

    Best regards,
    Jack Richardson.

    Avatar: Roam
    Roam
    Participant
    February 29, 2016 at 20:10

    Hi Jack,

    Thanks for your help. Do you know how to create custom css for the recent posts on the side bar? We would like it to have a background colour of: #4871b7, text colour of: #ffffff, and have spacing between the two posts.

    Avatar: stan
    Stan Russell
    Participant
    March 1, 2016 at 09:14

    Hello,

    please add following css code to your custom css:

    .widget_recent_entries{
      background-color:#4871b7;
      padding:0 5px 0;
    }
    .widget_recent_entries span{
       color:#ffffff;
       background-color:#4871b7;
    }
    .widget_recent_entries a{
      color:#ffffff;
    }
    .widget_recent_entries li{
    padding-bottom:10px;
    }

    Regards,
    Stan Russell.

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.