Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #30958
    Baizurah
    Member

    I have been trying to put flag images on the sidebar… But they wouldn’t line up side by side. Instead, they’re stacked on top of one another

    http://prozak-nation.com/olaf/en/

    Please help.

    I used the text widget to insert the images in the sidebar.

    #31037
    Sakin
    Keymaster

    @Baizurah: You need to add align to make it align. Trying replacing you text widget image content with the following image with align left.
    <img src="http://prozak-nation.com/olaf/en/wp-content/uploads/2014/05/en_GB.png" class="alignleft"><img src="http://prozak-nation.com/olaf/en/wp-content/uploads/2014/05/nl_NL.png" class="alignleft">

    #31423
    Baizurah
    Member

    Hi @Sakin

    I have tried aligning it… but still no luck. Still stacked. Any other suggestion?

    So far I have tried putting the images in a table… but still doesn’t work.

    #31461
    Sakin
    Keymaster

    @Baizurah: You should have buzzed me after you make that changes so that I could check in what’s not working.

    Ok for now can you add the following css in “Appearance => Theme Options => Custom CSS” box.
    #hgroup-wrap #text-3 img { display: inline-block; }

    #31470
    Baizurah
    Member

    @Sakin

    Done!… Okay what’s next?

    #31510
    Sakin
    Keymaster

    @Baizurah: Refresh your browser and check in. As I see your flag is align with the custom css.

    #31576
    Baizurah
    Member

    problem solved. Thanks @Sakin !

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Header Sidebar problem’ is closed to new replies.