Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #213312

    Hi again,

    I’m having problems when using the icons, they seem to shift the text associated with it, here’s a screenshot:
    Screenshot
    You can view the page here:
    http://padmayoga.dk/wp/kontakt/

    Here’s the code used:

    [av_two_third first]
    <h5>Adresse</h5>
    Elisagårdsvej 12 • 4000 Roskilde
    [/av_two_third]
    
    [av_one_third]
    <h5>Vær social</h5>
    [av_font_icon icon='ue8f4' font='entypo-fontello' style='' caption='' link='manually,http://facebook.com' linktarget='_blank' color='' size='40px' position='left'][/av_font_icon] [av_font_icon icon='ue8f7' font='entypo-fontello' style='' caption='' link='manually,http://google.com' linktarget='_blank' color='' size='40px' position='left'][/av_font_icon]
    [/av_one_third]

    What can I do to align the headers ?

    Thanks

    #213325

    Hi yogananda!

    Can you post a screenshot and show how you would like it to look?

    Cheers!
    Yigit

    #213329

    Hi Yigit

    If you go to:
    http://padmayoga.dk/wp/kontakt/
    you’ll see an example using a table instead of the column layout. Here the titles (headers (Adresse/Vær social)) are aligned horizontally, this is what I’d like to happen when using the column layout, but somehow the title “Vær social” is shifted slightly down.

    Hope this makes sense…

    Thanks

    #213621

    Hi,

    Have you had time to look at my previous question ?

    I have another issue. I’d like to remove the information (line) about the tags on both the portfolio single page and blog single page, so it doesn’t turn up on the posts and portfolio pages.

    What piece of code do I need to apply ?

    Thanks

    #213627

    Ah I forgot, it’s getting late…

    On the blog entries I also would like to remove the whole line with: date/comments/category/author
    I have found this thread but it doesn’t remove everything.

    Also how do I remove the Featured Image on the blog posts, this does it in portfolio posts:

    .single-portfolio .page-thumb {
    display: none;
    }

    but what is the code to do the same on the blog ??

    Thanks again

    #213634

    Hey!

    Please edit the page. Inspect the shortcode then remove the line break tag (<br>) below the first 1/3 column. Use this on Quick CSS to remove the post meta infos:

    .post-meta-infos {
    display: none;
    }

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Misalignment of icons’ is closed to new replies.