Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Mousa-iebs

    (@mousa-iebs)

    up ^

    Hi there Mousa-iebs,

    Your first question:
    You would need to add a div around the following two divs:

    <div style="width:450px; float:left">
      <div style="width: 250px; float: left">

    The give it a width: auto and margin: 0 auto – should center it for you with ease ??

    If you want the footer smaller then I’d remove the margin-top and margin-bottom classes that have been allocated to the footer__widget-areas div in the <footer> you should find that in the footer.php

    Good luck!

    Thread Starter Mousa-iebs

    (@mousa-iebs)

    thanks thats help a lot

    Thread Starter Mousa-iebs

    (@mousa-iebs)

    although I didn’t find solution for hiding post author, date and title in front page

    Thread Starter Mousa-iebs

    (@mousa-iebs)

    there still a gap in the middle between the two sections
    https://trusttravel.bh/contact-us/

    how i can manage it to be both in the center with no gap

    Add below CSS to reduce gap between two section.

    .page-single #cont {
        width: 580px !important;
    }

    Thanks

    Hi Mousa-iebs,

    Not sure if you were able to figure out how to remove the post author, date & title from the front page but here is the code section you should delete or comment out from the home page.

    <ul class="article-info padding-left padding-right">
    <li><i class="fa fa-calendar"></i><a href="https://trusttravel.bh/2015/11/01/index/"><time datetime="2015-11-01" itemprop="datePublished">November 1, 2015</time></a></li>
    <li><i class="fa fa-user"></i><a href="https://trusttravel.bh/author/trusttra/"><span itemprop="author" itemscope="" itemtype="https://schema.org/Person"><span itemprop="name">trusttra</span></span></a></li>
    <li><i class="fa fa-pencil-square-o"></i><span itemprop="articleSection"><a href="https://trusttravel.bh/category/uncategorized/">Uncategorized</a></span></li>	</ul>

    I hope that helps,
    Charlene

    Thread Starter Mousa-iebs

    (@mousa-iebs)

    thanks all it works both solutions
    appreciate your efforts

    still i cant adjust the footer size
    if there any relevant answer it will be great

    Your footer is at 893px, edit that container to lower the footer section to the desired height.

    Keep in mind that you seem to have various parts within your footer (widgets and a second footer) when you adjust the size. You may even want to remove the widgets to see how the footer looks without them.

    Hope that helps,
    Charlene

    Thread Starter Mousa-iebs

    (@mousa-iebs)

    thanks, I guess I will leave it as it

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Editing on the default theme’ is closed to new replies.