Post New Ads Button

Discussion in 'ClassiCraft WordPress Theme' started by M5LASTER, Feb 17, 2015.

  1. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi there,

    After making the page wider, the location of the post new ads button in the header is not where it should be. I tried some css, but I couldn't align well.

    Kindly, help locate the location of the button to the location as shown in the black box in the screen shot.

    Site URL: http://sooqforyou.com/uat

    Thanks,
    Mike
     

    Attached Files:

  2. shyheim

    shyheim Member

    Joined:
    Oct 8, 2013
    Messages:
    60
    Likes Received:
    1
    Maybe a solution can be that:

    move <div class="grid_8 omega"> after <div class="clear">
    and .header .grid_8 {margin-top:-30px}
     
  3. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Thanks shyheim,

    I'd rather not make a change to the page and just use css to fix this.

    I noticed that this issue exists only if I'm not logged in.

    If I'm logged in, the location of the button is fine.

    Thanks,
    Mike
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
  5. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi Pramod,

    It is not fixed. As I mentioned, if you are logged in, you don't see the issue. You have to log out to see it.
    The screen shot you shared is for when you are logged in. Can you check it again after you have logged out?

    Thanks,
    Mike
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Mike,

    Paste the code given below in Custom CSS section
    (Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .top_header #user_acces {
      width: 100%;
    }
    .post_btn {
      margin-top: 25px;
    }
    Thanks & Regards
    Pramod
     
  7. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi Pramod,

    This worked for Firefox and Chrome, but in IE it changed the location of the top menu. Please see screen shot.

    Thanks,
    Mike
     

    Attached Files:

  8. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Mike !

    Some times some CSS code does not supported by the IE that's why it creates issues.
    I have checked but not find a suitable CSS code.I will further search and try CSS codes if code able to works with your issue i will reply you.

    Thank & Regards
    Pramod
     

Share This Page