Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problem positioning CSS element

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #45794
    rfurdzik
    Member

    I am trying to position “Post Free Ad”, a green button on http://allmyads.com/index.php?use_template_set=abc

    It should be:

    1) On the left of social sharing buttons (it is already like that in HTML code)
    2) It should be centered in the white space between user welcome message and social icons. Social icons should be aligned to the right.

    #140335
    rfurdzik
    Member

    HI,

    Thanks! I almost got it, except that the second button (“Post Free Ad”) should have text in green color! It seems it is taking the setting from higher class .button-modern span. I set:

    .button-modern.white {
    color: #91bd09;

    }

    It seems to be ignored as Chrome Inspect Element is showing this setting as crossed.

    I do not want to change the original class .button-modern span as it will affect other buttons.

    Please recommend how to set this second button’s text to GREEN

    The link is again: http://allmyads.com/index.php?use_template_set=abc

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.