Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #15618
    Josh
    Participant

    Hello,

    I am wondering if it is possible to have the contents (e.g., images and text) of the header right sidebar text widget to float left on mobile devices. Right now they line up to the right which looks great on a normal computer screen, but not so good on the iphone. Website is not active yet. I will have to set up an admin account for you by email if you need to view it. Thanks in advance for your help.

    Josh

    #15622
    Sakin
    Keymaster

    @jmott310: Yes please set account for me and send it access through http://catchthemes.com/contact-us/. This is sales form but in subject just mention access for Sakin to review the site. Then they will pass it to me.

    #15629
    Josh
    Participant

    I just sent the info via contact form

    #15640
    Sakin
    Keymaster

    @jmott310: I have just replied you.

    #15666
    Josh
    Participant

    Ok. Thanks. Sorry about that. I just sent all the information to you by contact form and by email reply. Thanks again for all of your help.

    Josh

    #15676
    Sakin
    Keymaster

    @jmott310: Thanks for your site access. I am able to check in. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 960px) {	
    #header-right {
        float: left;
    }
    .header-sidebar .widget,
    .header-sidebar .widget_text {
        float: left;
    }
    }
    #15716
    Josh
    Participant

    Thanks for the quick reply. I modified your code a little, i.e. – “max-width” and reduced the screen size from 980px to 600px, and it works great!


    @media
    screen and (max-width: 600px) {
    #header-right {
    float: left;
    }
    .header-sidebar .widget,
    .header-sidebar .widget_text {
    float: left;
    }
    }

    Thanks again!

    #15747
    Sakin
    Keymaster

    @jmott310: Nice. thanks 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Header Right Side Bar Float Left on Mobile?’ is closed to new replies.