Adding Media boxes – has centered text?

Home Forums WordPress Themes – Premium Sleeky Pro Adding Media boxes – has centered text?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #17421
    Phil
    Participant

    Hi
    Since I added the html snippets for the media boxes it has…

    Centered the text in the footer and right column.

    How can I change this ?

    Thank you for your help

    Phil

    #23007
    Phil
    Participant

    This only happens on the home page – so must be due to the media boxes.

    This is the code

    ...

    Tours of Cornwall

    We know Cornwall, we know its secrets and most importantly we know its roads. Read More

    ...

    Poldark Tours

    Nobody knows the locations for the filming of the wonderful series Poldark quite like us – Read More

    ...

    Garden Tours

    Did you know, Cornwall is home to some of the most spectacular gardens in Great Britain- Read More

    #23012
    Binaya D
    Participant

    Hi There,

    Firstly please fix the home page template which we have told in the another support forum, then please let us know.

    Thanks

    #23014
    Phil
    Participant

    Hi,
    It is not the home page as when I remove the media boxes the footer returns to full width – so is it the media box html snippet?

    Thanks

    Phil

    #23015
    Phil
    Participant

    Update – by taking out

    the footer returned to normal

    Just one last thing now
    How do I change the colour of the grey bar under the slider (there is also a small white gap as well http://www.toursofcornwall.co.uk/cornwall/

    #23016
    Phil
    Participant

    HI Again
    I have found the colour setting and added one div = class row and this has fixed it

    Thanks
    Phil

    #23017
    Phil
    Participant

    Final thing!

    How do I make the text in the footer and latest post left justified and not centered?

    I am nearly there!

    #23018
    Binaya D
    Participant

    Hi Phil,

    Could you please mention the screenshots of your issue, so that it will be easy to find solution asap. We hope you can understand.

    Thanks

    #23019
    Phil
    Participant

    Hi Binaya,
    It is only on the homepage so it something to do with the media box snippet in the top1 widget.

    ...

    Tours of Cornwall

    We know Cornwall, we know its secrets and most importantly we know its roads. Read More

    ...

    Poldark Tours

    Nobody knows the locations for the filming of the wonderful series Poldark quite like us – Read More

    ...

    Garden Tours

    Did you know, Cornwall is home to some of the most spectacular gardens in Great Britain- Read More

    Thanks

    Phil
    centered.jpg

    Attachments:
    You must be logged in to view attached files.
    #17422
    Binaya D
    Participant

    Hi There,

    Please use the following css to fix your issue;

    .widget_recent_entries ..widget ul {
    	text-align: center;
    }
    
    #bottom1 .widget_text {
        text-align: left;
    }

    Thanks

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