+ Reply to Thread
Results 1 to 5 of 5

Thread: Small CSS Issue...

  1. #1

    Small CSS Issue...

    Hello Flynax Team,

    I have added a description to one of the categories, and by doing that, the post ad icon that was once inside the No Listings in this category div, is now in the description div. How can I put the icon back into the No Listings in this category div below the description as shown in the screen shot?

    https://www.worldclassads.com/classi...ctivities.html

    Attached Images Attached Images
    Last edited by Brian Jester; September 11, 2019 at 01:53 AM. Reason: forgot to add the link
    Thank you - Your Welcome
    Brian

  2. #2
    Can anyone help me fix this? I think it has to do with the template and not the css, but which template?
    Thank you - Your Welcome
    Brian

  3. #3
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    try this

    css 7023

    /*@media screen and (min-width:1200px)*/
    .h1-nav nav > a.post_ad {
    position: relative;
    z-index: 2;
    top: -11px;
    }

    to

    /*@media screen and (min-width:1200px)*/
    .h1-nav nav > a.post_ad {
    position: relative;
    z-index: 2;
    top: 222px;
    }
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  4. #4
    Pete, that did not fix this, it only fixed on one page, but on another it moved the icon way below where I want it.

    Brian J.

    Quote Originally Posted by Pete Young View Post
    try this

    css 7023

    /*@media screen and (min-width:1200px)*/
    .h1-nav nav > a.post_ad {
    position: relative;
    z-index: 2;
    top: -11px;
    }

    to

    /*@media screen and (min-width:1200px)*/
    .h1-nav nav > a.post_ad {
    position: relative;
    z-index: 2;
    top: 222px;
    }
    Last edited by Brian Jester; September 15, 2019 at 10:52 PM.
    Thank you - Your Welcome
    Brian

  5. #5
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Brian, might have to create a ticket then as it looks like its meant to be top right ?
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

+ Reply to Thread