• Resolved OopsComic

    (@oopscomic)


    Hi, I’m a bit green when it comes to CSS. Please be patient with my lack of understanding.

    I’m trying to get the search bar and the donation button on the same line on opposite sides of the page. Search bar on the left Donation button on the right, both under the menu buttons. I was able to get both under the menu bar and the search bar is on the left however I can’t seem to find the donation button in my coding.

    Using Firefox’s plugin, Firebug, I can see that it’s buried in a bunch of <div> tags and I’m having a hard time finding it within the WordPress Editor. I using the Comic press Easel theme along with some child sub themes.

    My site is at https://www.OopsComicAdventure.com

    Please let me know if you need more info. And thanks for any help/advise

    https://www.ads-software.com/extend/plugins/smart-donations/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello!!

    Thanks for checking the plugin, this is going to be tricky but first of all try to place the search and the donation plugin together (i am assuming that in your widgets you have something like smartdonations/menubar_widget/search widget, it should be like menubar_widget/smartdonations/search widget). Then try to add these styles:

    search-2{
    float:left;
    }

    smartDonationsDonationGeneratedItem{
    float:right;

    }

    I am not 100% if that will work since i can not move the widgets but it worth a try =). I rarely check this website so if this does not work please let me know in https://www.facebook.com/SmartDonations, that is going to be the Facebook page of the plugin, the Facebook page is not finished yet ( i just created it) but i am already checking it.

    Btw, great website!!

    Plugin Author EDGARROJAS

    (@edgarrojas)

    Closed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Alignment?’ is closed to new replies.