Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #662087

    Hi

    Im trying to add a few images with shortcode inside a tab and when image has caption they are not aligned in top the start to cascade.I think its the same if used inside Accordion or elsewhere as shortcode. (check on the page)
    Also i saw the caption is always in italic.Is there a way to have it normal or to change font size to it can be more readable.
    Thank you very much

    #662126

    Hey hdpcr,

    use this code inside Quick CSS field:

    p.wp-caption-text {
    font-style: normal;
    }
    

    Best regards,
    Andy

    #662150

    Hi Andy

    It changes italic to normal but the images still appear in cascade. Please check on the link and click on 3th Tab saying “Uicacion y similates”

    Also caption appears in other font than used for the whole site witch in my case its open sans and looks weird all site has a unity of fonts and just caption is totally other. Is there a way to have it as the rest of the site like tabs text or regular text etc..

    Thank you very much

    • This reply was modified 8 years, 4 months ago by hdpcr.
    #662455

    Hi,

    to change font use this code:

    p.wp-caption-text {
    font-family: 'helvetica';
    }
    

    and adjust as needed.

    No idea what you mean with “cascade”. Can you explain further please? I think screenshots showing the results you want to achieve would help a lot (use imgur.com, dropbox).

    Best regards,
    Andy

    #662506

    Hi

    Maybe i miss explained, What i meant http://fantasyrooms.com/08testwiith cascade is the result i see in my screen., I put 2 images with caption and they are not aligned at to top. The second images appears next to the 1st but moved down.

    Thank you

    #662513

    Hi,

    I get a “Error 404 – page not found” page when opening link you’ve provided and still have no clue what you’re talking about. Please provide us a mockup to make things clear for us.

    Best regards,
    Andy

    #662545

    Sorry here you go

    #662586

    Hi,

    I don’t see what you’re talking about. Please provide us screenshots of the issue.

    Best regards,
    Andy

    #662609

    Hi
    Here you go

    View post on imgur.com

    #662840

    Hi,

    I don’t see this. It looks like this for me:

    View post on imgur.com

    Which browser and OS are you using? please clear browser cache and hard refresh a few times. Check on another computer as well.

    Best regards,
    Andy

    #663050

    Hi

    Im using chrome and tested in Edge. I will do that and let you know

    Thank you

    #663324

    Hi,

    alright, let us know about your results.

    Best regards,
    Andy

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