Home Forums Pro Themes Easy Commerce Pro 2 issues in theme. styling phone number and article url

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #111470
    Jos Waalkens
    Participant

    Hi,

    I’ve installed your theme this week and come across two issues:
    -the telephone number field is styled differently in the contact forms
    https://pianogroningen.nl/contact/

    -The URL to other articles under an article overlaps if it is too long.
    https://pianogroningen.nl/nieuws/binnenkort-in-de-martini-plaza/

    #111512
    wensolutions
    Keymaster

    Hello,

    Regarding your query about the telephone number field, actually the contact form 7 adjust its layout according to the theme. And we wanted to know what type of changes you want on the form. Also, the form seems absolutely fine.

    And the query regarding the URL to other articles, if you provide us with the link where exactly you are facing the problem, we can help you with the CSS.

    Hope this clears the confusion.

    If you have further query, let us know.

    Thank you.

    #111530
    wensolutions
    Keymaster

    Hello,

    Please find the answers of your query here,

    Query 1: As the fields are the same but the border of phone-number is thicker.

    Response: As per your requirement, please add the CSS given below following the path Appearance > Customize > Additional CSS

    #nf-field-7{
    	
        padding: 6px 0 6px 9px;
    	color: #666;
        border: 1px solid #f1f1f1;
    }

    Query 2: Article overlaps if it is too long.

    Response: Also to remove the issue regarding text overlapping add CSS following this path Appearance > Customize > Additional CSS

    .navigation .nav-links a, .navigation .nav-links a {
        padding: 5px 20px;
        
    }

    Hope this helps.

    If you have further query, let us know.

    Thank you.

    #111533
    Jos Waalkens
    Participant

    Awesome, issue solved. Thanks!

    #111534
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    Hope this helps.

    If you have further query, let us know.

    Thank you.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.