Some Questions

Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #10755
    T4m
    Member

    Hi, I have managed to retrieve most of my css. I have a couple more questions, I’m hoping after these few there won’t be many more I’ll need to ask as I should be ready to start adding content! I’ll post them in a private reply to this.

    Thanks,

    #10756
    T4m
    Member
    This reply has been marked as private.
    #10757
    Veena
    Moderator

    1.

     
    #footer-bottom-text {
    display: block;
    float: none;
    margin: 0 auto;
    

    2,3.Its already in center.
    4.

    .widget_yikes_mc_widget input.df08f4f81fEMAIL {
    background: rgb(95, 158, 160);
    }
    .widget_yikes_mc_widget input.df08f4f81fFNAME {
    background: rgb(95, 158, 160);
    }
    

    5.I didn’t see anything wrong.
    6.

    input#bbp_search_submit {
    margin-bottom: 5px;
    }
    

    7.Apply transition: none property.(-moz-transition: none, -webkit-transition: none;
    -o-transition: none;transition: none;)

    #10758
    T4m
    Member
    This reply has been marked as private.
    #10761
    Veena
    Moderator

    1.

    @media only screen and (max-width: 479px)
    {
    #footer-bottom-text {
    display: inline-block;
    }}
    

    5.

    button{
    background: #96cebe;
    border: transparent;
    border-radius: 4px;
    }
    

    7.

    .button:active, button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
    transition: none !important;
    -moz-transition: none !important;
     -webkit-transition: none !important;
    -o-transition: none !important;
    }
    

    Please learn “Developer Tools” to fix styling issues.

    #10784
    T4m
    Member

    Thank you 1 and 5 are now sorted! Despite applying the above css for 7 the buttons changing size issue still seems to be present? The issue is only present on desktop browsers though, not mobile browsers which is odd.
    Thanks,

    #10812
    Veena
    Moderator

    Pls try this –

    .button:hover, .button:active:hover, .button:visited:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    transition: none !important;
    

    Thanks

    #10813
    T4m
    Member

    That sadly still hasn’t fixed it, instead of the contact submit form button and read more button on the blog getting bigger/smaller when being clicked it now happens when the button is hovered as well as clicked?

    Thanks,

    #10842
    T4m
    Member
    This reply has been marked as private.
    #10844
    Veena
    Moderator

    Pls open a new ticket for this.

    Thanks

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Some Questions’ is closed to new replies.