Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1037261

    Hi enfold team,
    I have many html codes on my website. I want to reduce them.
    e.g:
    <h4>xxxx</h4>
    <p style=”font-size: 18px; margin-bottom: 30px;”>xxx</p>
    <p style=”padding-bottom: 19px;”>xxx/p>
    <p style=”text-align: right;”>[av_button label='zur Reise' link='xxx' title='xxx' size='medium' position='right' color='custom' custom_bg='#eb6a07' custom_font='#ffffff' min-width='150px' av_uid='av-4640to6']</p>

    My CSS:
    .privatreise h4 {font-size:24px!important;margin-top:15px; margin-bottom:-8px;}
    .privatreise p::first-line {font-size:18px; margin-bottom:30px;}
    .privatreise p::second-line {padding-bottom:19px;}

    they work only with h4, not p. Could you please help me with the button?

    #1037456

    Hey vnfan,
    I have taken a look at your site at see your text block element with the H4, content, & button,
    but I don’t understand why you are using in-line style and css in your stylesheet?
    I believe that you want your button to the left under your content, but you have it wrapped in “text-align: right;” and the button is “position=’right'” please remove the text-align: right; and change the button to “position=’left'”
    Please let me know if I have misunderstood your request, or if I can be of more help.

    Best regards,
    Mike

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