Home Forums WordPress Themes – Premium Circumference Big difference ul bullet between 2 themes

  • This topic has 8 replies, 15 voices, and was last updated 9 years ago by Anonymous.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #15654
    Prisca
    Participant

    Hello

    Please see attached – we are using teh business directory on 2 different sites – one is Encounters: perfect bullet list – the other one on Circumference – a disaster..ha

    Please how could I repair the ul on circumference so they look clean and aligned?

    Thank you so much 🙂

    Cheers.
    directory-on-encounters-perfect.jpg
    directory-on-circumference.jpg

    Attachments:
    You must be logged in to view attached files.
    #20690
    Anonymous
    Inactive

    Dear Prisca,

    Can you post the direct link of your webpage where you’re having this problem so I can inspect the CSS and can tell you how to fix it.

    P.S. Just to let you know I’ve moved this topic to circumference as it’s much related with this theme.

    #20691
    Prisca
    Participant

    Hello Roshan

    Thank you for your reply

    The encounters (beginner – someone else created it – meaning I am not responsible..ha) is http://www.millinocketconnections.com – encounters – good ul.

    The second one – my design – http://www.bangorconnections.com – circumference – bullet list is horrible. Please click on “Directory” in menu.

    Thank you 🙂

    #20693
    Anonymous
    Inactive

    Hi Picasa,

    The problem is that in your list you’ve added h2 tag inside li . And all the padding margin of h2 tag is taken carried over there to make it look messy. Although not invalid, using h2 tag inside li tag is not a very good practice.

    So I suggest to remove the h2 tag from there then you can increase the font size of the anchor list using the following simple CSS.

    #dr_list_categories a {
        font-size: 1.3em;
    }
    #20694
    Prisca
    Participant

    Hello and thank your for your reply.

    please can you tell me where is the h2 tag? I checked in the dir file but h2 is not inside the li.

    Please can you show exactly where I should go to remove it? And I understand that should be done – I don’t think I did it – I did not touch those files (the plugin files) Just played a bit with the css but no luck.

    Thanks again 🙂

    #20695
    Prisca
    Participant

    I see the h2 inside the li in the source but cannot find it in the files..sorry to bug you.

    And thanks for the tip anyway 🙂

    #20696
    Anonymous
    Inactive

    Hello Prisca,

    It looks like you’re using the directory plugin from here : https://premium.wpmudev.org/project/wordpress-directory/ . Can you check if that plugin has some sort of setting where you can remove the h2 tag from there listing or see if their support team has good tip to remove it from there .

    P.S. It looks like your web hoster is allowing the listing of directory content of your website : http://bangorconnections.com/wp-content/plugins/directory/ which is not a good practice as it can expose your site’s file to hackers. Here is the tip how you can prevent it : http://www.thesitewizard.com/apache/prevent-directory-listing-htaccess.shtml

    #20697
    Prisca
    Participant

    Thank you so much for your time on a Sunday 🙂

    I will certainly check the security and then contact the directory for this h2.

    Thanks again and good luck with your new endeavour! We love your themes!

    #15655
    Anonymous
    Inactive

    It’s our pleasure :cheer: .. Good luck

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.