Contact Us Page | Miscellaneous Information section.

May 2014 Joomla Template
GK User
Wed Aug 05, 2015 12:16 pm
Installed Joomla Template | Quick Start Package |

I wanted to know whether "Miscellaneous Information" section can take full page width as in case of normal articles's text, as if now we see this information as a side bar, See snapshot for reference
User avatar
Junior Boarder

teitbite
Fri Aug 07, 2015 10:39 am
Hi

This part is in the same layer than rest of address details. So You can resize this whole layer by adding this to css:

Code: Select all
.contact-details {
    margin-right: 0;
    width: 100%;
}


but than the image will be pushed below the content.
User avatar
Moderator

GK User
Tue Aug 25, 2015 10:17 am
Which particular file I need to add this code ?
Image going below the text is OK with me.
User avatar
Junior Boarder

teitbite
Sat Aug 29, 2015 2:40 pm
Hi

Any css changes should be added to override.css file, just make sure override is enabled in template settings, so this file will be used with Your site.
User avatar
Moderator

GK User
Wed Sep 09, 2015 9:56 am
It worked, Thank You
User avatar
Junior Boarder


cron