- Posts: 6742
- Thank you received: 715
Belowcontent Module Position "Wonky"
-
dancash
- Topic Author
- Visitor
11 years 5 months ago - 11 years 5 months ago #30854
by dancash
Belowcontent Module Position "Wonky" was created by dancash
I'm creating a site using the Hot Explorer Hot Start (Hot Start = Life Saver) and I put a Custom HTML Module in the belowcontent position on a page with 3 article columns. I'm developing the site on MAMP so I've attached a screen shot of the offending page and the source code.
As you can see, the text "Make Your Reservation Now!" is not supposed to be in the center of the page, but left justified like the text.
Thank you in advance for your help and advice.
As you can see, the text "Make Your Reservation Now!" is not supposed to be in the center of the page, but left justified like the text.
Thank you in advance for your help and advice.
Last edit: 11 years 5 months ago by dancash.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
11 years 5 months ago #30861
by milos
Replied by milos on topic Belowcontent Module Position "Wonky"
Hello,
Please add this in file /templates/hot_explorer/css/template_css.css at the bottom of this file:
Thanks
Milos
Please add this in file /templates/hot_explorer/css/template_css.css at the bottom of this file:
Code:
.belowcontent h2 { text-align:left; }
Thanks
Milos
Please Log in to join the conversation.
-
dancash
- Topic Author
- Visitor
11 years 5 months ago #30862
by dancash
Replied by dancash on topic Belowcontent Module Position "Wonky"
That didn't fix it. Though I tried an experiment: I unpublished one of the three articles and the belowcontent module moved into the right article spot. That got me thinking...
So I opened up layout.css and added "clear:both;" to div.belowcontent
Now the module behaves normally. I will post here if I find that this creates any conflicts.
Thanks for your help!
So I opened up layout.css and added "clear:both;" to div.belowcontent
Now the module behaves normally. I will post here if I find that this creates any conflicts.
Thanks for your help!
Please Log in to join the conversation.
Time to create page: 0.243 seconds