Design style on Mobile

Home Forums AB Simple Subscribe WP Plugin Design style on Mobile

This topic contains 3 replies, has 2 voices, and was last updated by  ab-themes 8 years, 4 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12887

    orenlebo
    Participant

    Hello,

    I purchased your plugin and it works well on desktop.

    But on mobile the design is not RTL aligned and looks like it’s from the early 90’s.

    With all respect for you, I think that a 17$ plugin should have a better looking form in mobile.

    Will apreciatte your good response.

    Thanks :)

    Oren

    #12897

    ab-themes
    Keymaster

    Hi!

    We never said that the plugin was RTL supported. You’ll need to manually change this in the style of the plugin.

    In the ab-simple-subscribe.css in the plugin folder, you’ll need to create media queries, and set your styling there (float the elements the right way etc.).

    Also we couldn’t find the look like in the image you’ve attached. when we look on mobile sizes in any of the article the subscribe looks fine.

    #12938

    orenlebo
    Participant

    Your image is fine but you print-screened the DESKTOP version. I am talking about the mobile version.

    Please add style to mobile too.

    #12962

    ab-themes
    Keymaster

    Ok,

    try to add something like this in ab-simple-subscribe.css file:

    @media only screen and (max-width: 767px) {
    	.ABss_inline_form p{
    		display:inline-block;
    		margin-right:10px;
    	}
    
    	.ABss_inline_form input{
    		padding: 5px;
    		outline: none;
    	}
    }

    This will add some style on subscribe form, but only on devices with a smaller width than 767px.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Design style on Mobile’ is closed to new replies.